Skip to content

Commit

Permalink
fix(Topbar): Update Topbar snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirori authored and pauljeter committed Sep 6, 2019
1 parent 2e31ee0 commit d31dd58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions react/src/lib/Topbar/tests/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ShallowWrapper {
"nodeType": "host",
"props": Object {
"children": <div
className="md-top-bar__container"
className="md-top-bar__container row"
>
<div
className="md-top-bar__brand"
Expand Down Expand Up @@ -85,7 +85,7 @@ ShallowWrapper {
</div>,
null,
],
"className": "md-top-bar__container",
"className": "md-top-bar__container row",
},
"ref": null,
"rendered": Array [
Expand Down Expand Up @@ -192,7 +192,7 @@ ShallowWrapper {
"nodeType": "host",
"props": Object {
"children": <div
className="md-top-bar__container"
className="md-top-bar__container row"
>
<div
className="md-top-bar__brand"
Expand Down Expand Up @@ -249,7 +249,7 @@ ShallowWrapper {
</div>,
null,
],
"className": "md-top-bar__container",
"className": "md-top-bar__container row",
},
"ref": null,
"rendered": Array [
Expand Down

0 comments on commit d31dd58

Please sign in to comment.