Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Apr 16, 2024
1 parent 76f51cc commit 19e2a36
Showing 1 changed file with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,13 @@ exports[`<Header /> > renders header with nav buttons 1`] = `
<div
class="_menu_f4f7a7"
>
<div
<button
aria-controls="sidebar"
aria-expanded="false"
aria-haspopup="true"
aria-label="open_menu"
class="_iconButton_0fef65 _iconButton_f4f7a7"
role="button"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
Expand All @@ -133,7 +132,7 @@ exports[`<Header /> > renders header with nav buttons 1`] = `
d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"
/>
</svg>
</div>
</button>
</div>
<nav
class="_nav_f4f7a7"
Expand All @@ -150,11 +149,10 @@ exports[`<Header /> > renders header with nav buttons 1`] = `
<div
class="_actions_f4f7a7"
>
<div
<button
aria-label="Open search"
class="_iconButton_0fef65 _iconButton_f4f7a7 _actionButton_f4f7a7"
role="button"
tabindex="0"
type="button"
>
<svg
aria-hidden="true"
Expand All @@ -166,7 +164,7 @@ exports[`<Header /> > renders header with nav buttons 1`] = `
d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"
/>
</svg>
</div>
</button>
<div
class="_buttonContainer_f4f7a7"
>
Expand Down

0 comments on commit 19e2a36

Please sign in to comment.