updated footer
cf9a948f
1 file(s) · +20 −11
| 14 | 14 | </div> |
|
| 15 | 15 | <nav |
|
| 16 | 16 | aria-label="More on this site" |
|
| 17 | - | class="flex gap-x-1 sm:gap-x-0 sm:divide-x sm:divide-gray-500" |
|
| 17 | + | class="flex gap-x-1 sm:gap-x-0 sm:divide-x sm:divide-gray-500 flex-wrap" |
|
| 18 | + | > |
|
| 19 | + | <a |
|
| 20 | + | href="/" |
|
| 21 | + | class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline" |
|
| 22 | + | > |
|
| 23 | + | Home |
|
| 24 | + | </a> |
|
| 25 | + | <a |
|
| 26 | + | href="/blog" |
|
| 27 | + | class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline" |
|
| 28 | + | > |
|
| 29 | + | Blog |
|
| 30 | + | </a> |
|
| 31 | + | <a |
|
| 32 | + | href="/about" |
|
| 33 | + | class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline" |
|
| 18 | 34 | > |
|
| 19 | - | { |
|
| 20 | - | MENU_LINKS.map((link) => ( |
|
| 21 | - | <a |
|
| 22 | - | href={link.path} |
|
| 23 | - | class="sm:hover:text-textColor px-4 py-2 sm:py-0 sm:px-2 sm:hover:underline" |
|
| 24 | - | > |
|
| 25 | - | {link.title} |
|
| 26 | - | </a> |
|
| 27 | - | )) |
|
| 28 | - | } |
|
| 35 | + | About |
|
| 36 | + | </a> |
|
| 37 | + | ||
| 29 | 38 | </nav> |
|
| 30 | 39 | </footer> |