Skip to content

Commit

Permalink
fix: Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
arnest00 committed Sep 13, 2022
1 parent 0a9d44b commit 3896db4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions __tests__/__snapshots__/snapshot.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ exports[`renders homepage unchanged 1`] = `
<div
className="hero__container"
>
<div>
<div
className="logo"
>
<svg
aria-hidden={true}
className="hero__sparkbox-logo--half"
className="logo--half"
fill="none"
height="45"
width="41"
Expand All @@ -28,13 +30,13 @@ exports[`renders homepage unchanged 1`] = `
href="https://sparkbox.com"
>
<span
className="hero__header-label"
className="logo__label"
>
Sparkbox
</span>
<svg
aria-hidden={true}
className="hero__sparkbox-logo--full"
className="logo--full"
fill="none"
height="52"
width="193"
Expand Down

0 comments on commit 3896db4

Please sign in to comment.