Skip to content

Commit

Permalink
fix: add sr-only level-one heading to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Aug 7, 2024
1 parent f906932 commit 0257d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(index)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function IndexPage(_props: IndexPageProps): ReactNode {
// <section className="mx-auto grid w-full max-w-screen-lg items-start justify-items-center gap-3 px-4 py-8 text-center md:py-12">
return (
<MainContent className="">
<h1 className="sr-only">A random sample of Thomas Bernhard translations</h1>
<PublicationGrid>
{pubs.map((p) => {
return <ClickablePublicationThumbnail key={p.signatur} publication={p} />;
Expand Down

0 comments on commit 0257d65

Please sign in to comment.