Skip to content

Commit ffe8326

Browse files
authored
fix: ensures a11y demo window is properly titled (#838)
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 6fb66e0 commit ffe8326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supplemental7/a11y/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
1313
});
1414

1515
export const metadata: Metadata = {
16-
title: "Create Next App",
17-
description: "Generated by create next app",
16+
title: "Web Accessibility Demo",
17+
description: "A demo app showcasing web accessibility do's and don'ts.",
1818
};
1919

2020
export default function RootLayout({

0 commit comments

Comments
 (0)