?
This commit is contained in:
parent
f0b541cfdc
commit
6972a40092
3 changed files with 10 additions and 6 deletions
|
@ -36,7 +36,7 @@ const headerLinks = [
|
|||
<nav class="flex flex-row gap-4">
|
||||
{
|
||||
headerLinks.map((link) => (
|
||||
<span class="block bg-light-pu dark:bg-dark-pu text-black py-2 px-3 rounded-2xl">
|
||||
<span class="block bg-light-pu dark:bg-dark-pu text-white dark:text-black py-2 px-3 rounded-2xl">
|
||||
<i class={`${link.icon} mr-0.5 text-sm`} />
|
||||
<a
|
||||
href={link.href}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue