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 7c644cb commit 9130c6eCopy full SHA for 9130c6e
src/components/Home/TopBanner/index.tsx
@@ -12,6 +12,7 @@ export default function TopBanner(): React.JSX.Element {
12
<div className={styles.topBannerTitle}>
13
{'🎉\xa0'}
14
<Link
15
+ id="top-banner-link"
16
to={ banner.link }
17
className={styles.topBannerTitleText}>
18
{ banner.text }
0 commit comments