weeee
This commit is contained in:
parent
e3cb07dea8
commit
030aa87fc5
25 changed files with 399 additions and 140 deletions
|
@ -23,7 +23,7 @@ const headerLinks = [
|
|||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
icon: "fa-solid fa-star",
|
||||
icon: "fa-solid fa-signature",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
|
@ -38,7 +38,7 @@ const headerLinks = [
|
|||
];
|
||||
---
|
||||
|
||||
<nav class="flex flex-row gap-4">
|
||||
<nav class="flex flex-row flex-wrap gap-4 md:flex-nowrap">
|
||||
{
|
||||
headerLinks.map((link) => (
|
||||
<span class="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue