Skip to content

Commit f4fa22a

Browse files
chore: added class to footer to help with visual regression test ignore zones
1 parent fd1e966 commit f4fa22a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/lib/components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</li>
8080
</ul>
8181
{#if dev && debug}
82-
<ul>
82+
<ul class="qa-links">
8383
<li><BaseLink href="/_qa">QA</BaseLink></li>
8484
<li><BaseLink href="/_styleguide">Style Guide</BaseLink></li>
8585
</ul>

0 commit comments

Comments
 (0)