update pages
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ $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 websites.</p>
|
||||
<h1 class="text-2xl font-semibold mb-4">Links</h1>
|
||||
<p class="text-neutral-300 text-sm mb-16 text-center">A collection of interesting and useful websites.</p>
|
||||
|
||||
<div class="space-y-12">
|
||||
<?php foreach ($categories as $cat): ?>
|
||||
|
||||
Reference in New Issue
Block a user