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 1cb47fc commit d1bcb10Copy full SHA for d1bcb10
src/components/Banner/index.astro
@@ -5,7 +5,7 @@ const { Content } = await entry.render();
5
const { link, title } = entry.data;
6
---
7
8
-<footer class="banner bg-accent-color text-accent-type-color" style={{ display: 'none' }} data-title={title} aria-label={title}>
+<footer class="banner bg-accent-color text-accent-type-color" style={{ display: 'none' }} data-title={title} aria-label="sticky">
9
<a class="banner-content" href={link} target="_blank">
10
<Content />
11
</a>
0 commit comments