Skip to content

Commit

Permalink
correct alt text of react router logo from nine dots to six (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapaii authored Jan 21, 2025
1 parent 03c9a1f commit 9605c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/docs-header/docs-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function LogoLink() {
}}
>
<svg
aria-label="React Router logo, nine dots in an upward triangle (one on top, two in the middle, three on the bottom) with a path of three highlighted and connected from top to bottom, next to the text React Router"
aria-label="React Router logo, six dots in an upward triangle (one on top, two in the middle, three on the bottom) with a path of three highlighted and connected from top to bottom, next to the text React Router"
className="h-14 w-40"
>
<use href={`${iconsHref}#logo`} />
Expand Down
2 changes: 1 addition & 1 deletion app/pages/splash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
/>
<img
src="/splash/hero-3d-logo.webp"
alt="React Router logo, nine dots in an upward triangle (one on top, two in the middle, three on the bottom) with a path of three highlighted and connected from top to bottom, next to the text React Router"
alt="React Router logo, six dots in an upward triangle (one on top, two in the middle, three on the bottom) with a path of three highlighted and connected from top to bottom, next to the text React Router"
className="aspect-[32/5] w-[360px] md:w-[480px] lg:w-[640px] 2xl:w-[960px]"
/>
</picture>
Expand Down

0 comments on commit 9605c65

Please sign in to comment.