Skip to content

Commit

Permalink
build: update snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Oct 12, 2023
1 parent ae525f1 commit bdfa96b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/components/navbar/__snapshots__/Navbar.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ exports[`Navbar renders Navbar 1`] = `
href="/"
tabindex="0"
>
<img
alt="Gram logo"
height="48"
src="/gram_logo.svg"
style="padding-right: 5px; margin-right: 5px;"
/>
<span
class="MuiTypography-root MuiTypography-h5 MuiTypography-noWrap css-19js6tk-MuiTypography-root"
>
Expand Down Expand Up @@ -68,6 +74,12 @@ exports[`Navbar renders Navbar 1`] = `
href="/"
tabindex="0"
>
<img
alt="Gram logo"
height="48"
src="/gram_logo.svg"
style="padding-right: 5px; margin-right: 5px;"
/>
<span
class="MuiTypography-root MuiTypography-h5 MuiTypography-noWrap css-19js6tk-MuiTypography-root"
>
Expand Down

0 comments on commit bdfa96b

Please sign in to comment.