This commit is contained in:
Ivy Turner 2025-05-05 15:55:53 +01:00
parent 5f63527955
commit f51dc7e078
No known key found for this signature in database
31 changed files with 331 additions and 88 deletions

View file

@ -38,7 +38,7 @@ const headerLinks = [
];
---
<nav class="flex flex-row flex-wrap gap-4 md:flex-nowrap">
<nav class="flex flex-row flex-wrap gap-4 md:flex-nowrap text-balance">
{
headerLinks.map((link) => (
<span class="">
@ -54,4 +54,5 @@ const headerLinks = [
</span>
))
}
<a href="/meta/subscribe"><i class="fa-solid fa-rss text-light-or dark:text-dark-or"></i></a>
</nav>