We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36faae8 commit 87848fcCopy full SHA for 87848fc
frontend/app/components/footer.tsx
@@ -6,7 +6,7 @@ export function Footer() {
6
const { t } = useTranslation(['common']);
7
8
return (
9
- <footer id="footer" className="bg-[#26374A]">
+ <footer id="wb-info" tabIndex={-1} className="bg-slate-700">
10
<section>
11
<h2 className="sr-only" id="accessibleSectionHeader1">
12
{t('common:footer.header-accessible')}
frontend/tests/components/__snapshots__/footer.test.tsx.snap
@@ -3,8 +3,9 @@
3
exports[`Footer > should render footer > expected html 1`] = `
4
<div>
5
<footer
- class="bg-[#26374A]"
- id="footer"
+ class="bg-slate-700"
+ id="wb-info"
+ tabindex="-1"
>
<h2
0 commit comments