@@ -20,36 +20,36 @@ export async function Footer() {
2020 textClassName = "font-serif font-black text-2xl uppercase italic text-[var(--foreground)]"
2121 />
2222 < p className = "font-body text-neutral-600 dark:text-neutral-400 mb-8 max-w-md text-justify leading-relaxed" >
23- { t ( "tagline " ) }
23+ { t ( "brand " ) }
2424 </ p >
2525 < div className = "flex space-x-2" >
2626 < a
2727 href = "https://github.com/involutionhell"
2828 target = "_blank"
2929 rel = "noopener noreferrer"
30- aria-label = { t ( "github.ariaLabel " ) }
31- title = { t ( "github.ariaLabel " ) }
30+ aria-label = { t ( "a11y.github " ) }
31+ title = { t ( "a11y.github " ) }
3232 data-umami-event = "social_click"
3333 data-umami-event-platform = "github"
3434 data-umami-event-location = "footer"
3535 className = "w-12 h-12 flex items-center justify-center border border-[var(--foreground)] hover:bg-[var(--foreground)] hover:text-[var(--background)] transition-all text-[var(--foreground)]"
3636 >
3737 < Github className = "h-5 w-5" />
38- < span className = "sr-only" > { t ( "github.srOnly " ) } </ span >
38+ < span className = "sr-only" > { t ( "a11y.github " ) } </ span >
3939 </ a >
4040 < a
4141 href = "https://discord.com/invite/6CGP73ZWbD"
4242 target = "_blank"
4343 rel = "noopener noreferrer"
44- aria-label = { t ( "discord.ariaLabel " ) }
45- title = { t ( "discord.ariaLabel " ) }
44+ aria-label = { t ( "a11y.discord " ) }
45+ title = { t ( "a11y.discord " ) }
4646 data-umami-event = "social_click"
4747 data-umami-event-platform = "discord"
4848 data-umami-event-location = "footer"
4949 className = "w-12 h-12 flex items-center justify-center border border-[var(--foreground)] hover:bg-[var(--foreground)] hover:text-[var(--background)] transition-all text-[var(--foreground)]"
5050 >
5151 < MessageCircle className = "h-5 w-5" />
52- < span className = "sr-only" > { t ( "discord.srOnly " ) } </ span >
52+ < span className = "sr-only" > { t ( "a11y.discord " ) } </ span >
5353 </ a >
5454 </ div >
5555 </ div >
0 commit comments