Skip to content

Commit

Permalink
Nav links, accessibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSargunar committed Dec 29, 2024
1 parent d7f45a1 commit 63b5ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
gap: 30px;
}
.footer a {
color: black;
}
.footer-left {
display: flex;
align-items: center;
Expand Down
1 change: 1 addition & 0 deletions src/lib/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{ text: 'Sessions', href: '/sessions', hidden: true },
{ text: 'Schedule', href: '/schedule', hidden: true },
{ text: 'Pocket DDD', href: 'https://pocket2025.dddsouthwest.com/', hidden: true },
{ text: 'Privacy Policy', href: '/privacy-policy', hidden: false },
{ text: 'Code of Conduct', href: '/code-of-conduct', hidden: false }
];
Expand Down

0 comments on commit 63b5ad6

Please sign in to comment.