diff --git a/README.md b/README.md index 71f888b..d758ca5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Here is a list of documentation to help you get started: ## Quirks to keep in mind - When you want to link to a new internal page use the `` component from `@/lib/navigation` instead of the normal anchortag ``. This will ensure that the page is loaded with the correct locale. If you want to link to external resources or other media, use the built-in `` component from Next.js. Remember to add `prefetch={false}` to the `` component if the page is not visited often. +- Remember to surround Links with the `Button` ui component. This will provide some basic styling and accessibility features for keyboard navigation even if it is not supposed to look like a button. ## Development setup diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index f74850b..e5d28f3 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -113,7 +113,7 @@ function Footer() {

{t('links')}

{t('utilities')}

-

+