Skip to content

Commit f29b336

Browse files
committed
Fix tests
1 parent d1f488e commit f29b336

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/app/components/Sidebar/__tests__/__snapshots__/index.test.tsx.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -687,15 +687,15 @@ exports[`<Navigation /> should match snapshot 1`] = `
687687
/>
688688
<button
689689
aria-label="menu.settings"
690-
class="c13"
690+
class="c14"
691691
type="button"
692692
>
693693
<div
694-
class="c14"
694+
class="c15"
695695
>
696696
<svg
697697
aria-label="Configure"
698-
class="c10"
698+
class="c11"
699699
viewBox="0 0 24 24"
700700
>
701701
<path
@@ -706,17 +706,17 @@ exports[`<Navigation /> should match snapshot 1`] = `
706706
/>
707707
</svg>
708708
<div
709-
class="c11"
709+
class="c12"
710710
/>
711711
<span
712-
class="c5"
712+
class="c6"
713713
>
714714
menu.settings
715715
</span>
716716
</div>
717717
</button>
718718
<div
719-
class="c6"
719+
class="c7"
720720
/>
721721
<a
722722
aria-label="GitHub"

0 commit comments

Comments
 (0)