We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d5e2f commit 84c3173Copy full SHA for 84c3173
src/pages/index.astro
@@ -8,7 +8,10 @@ import Layout from "../layouts/BaseLayout.astro";
8
<script src="../scripts/db/index.ts"></script> -->
9
<Layout title="Sparktags Demo Page">
10
<main class="grid lg:grid-cols-[1fr_400px_600px_1fr] gap-6 h-full relative">
11
- <div></div>
+ <div>
12
+ <!-- We need an h1 for accessibility reasons -->
13
+ <h1 class="sr-only">Dashboard</h1>
14
+ </div>
15
<!-- the following div is needed for the sticky aside to work -->
16
<div>
17
<aside
0 commit comments