Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Oct 19, 2022
1 parent d1f488e commit f29b336
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,15 +687,15 @@ exports[`<Navigation /> should match snapshot 1`] = `
/>
<button
aria-label="menu.settings"
class="c13"
class="c14"
type="button"
>
<div
class="c14"
class="c15"
>
<svg
aria-label="Configure"
class="c10"
class="c11"
viewBox="0 0 24 24"
>
<path
Expand All @@ -706,17 +706,17 @@ exports[`<Navigation /> should match snapshot 1`] = `
/>
</svg>
<div
class="c11"
class="c12"
/>
<span
class="c5"
class="c6"
>
menu.settings
</span>
</div>
</button>
<div
class="c6"
class="c7"
/>
<a
aria-label="GitHub"
Expand Down

0 comments on commit f29b336

Please sign in to comment.