mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
add aria label to footer logo link
This commit is contained in:
@@ -11,7 +11,7 @@ export default function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer className="text-white w-full grid-cols-2 items-center bg-(--accent) px-10 py-5">
|
<footer className="text-white w-full grid-cols-2 items-center bg-(--accent) px-10 py-5">
|
||||||
<div className="flex w-full items-center gap-2">
|
<div className="flex w-full items-center gap-2">
|
||||||
<Link to="/">
|
<Link to="/" aria-label="Home">
|
||||||
<Image
|
<Image
|
||||||
src={footerLogo}
|
src={footerLogo}
|
||||||
alt="ChessScribe Logo"
|
alt="ChessScribe Logo"
|
||||||
|
|||||||
Reference in New Issue
Block a user