Skip to content

Commit

Permalink
refactor: add label for site footer
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Nov 22, 2024
1 parent f6f5d19 commit 54b5dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default function Footer() {
];

return (
<footer className={styles.footer}>
<footer className={styles.footer} aria-label="Site Footer">
<section>
<ul className={styles.leftMenu}>
{leftMenu.map(({ label, link }) => (
Expand Down

0 comments on commit 54b5dbc

Please sign in to comment.