add gif and fix typo

This commit is contained in:
2026-02-19 10:56:41 -05:00
parent 348542949d
commit 257e537fe6
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

+1 -1
View File
@@ -11,7 +11,7 @@ $categories = $data['categories'] ?? [];
<main class="pt-16">
<div class="max-w-3xl mx-auto px-4 sm:px-6 py-12">
<h1 class="text-2xl font-semibold mb-3">Links</h1>
<p class="text-neutral-400 text-sm mb-16">A collection of interesting and useful website</p>
<p class="text-neutral-400 text-sm mb-16">A collection of interesting and useful websites.</p>
<div class="space-y-12">
<?php foreach ($categories as $cat): ?>