Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Jan 28, 2020
1 parent 2b6f068 commit 0136e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ exports[`HeaderGlobalAction should render 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8.24 25.14L7 26.67a13.79 13.79 0 004.18 2.44l.69-1.87A12 12 0 018.24 25.14zM4.19 18l-2 .41A14.09 14.09 0 003.86 23L5.59 22A12.44 12.44 0 014.19 18zM11.82 4.76l-.69-1.87A13.79 13.79 0 007 5.33L8.24 6.86A12 12 0 0111.82 4.76zM5.59 10L3.86 9a14.37 14.37 0 00-1.64 4.59l2 .34A12.05 12.05 0 015.59 10zM16 2V4a12 12 0 010 24v2A14 14 0 0016 2z"
d="M8.24 25.14L7 26.67a13.79 13.79 0 0 0 4.18 2.44l.69-1.87A12 12 0 0 1 8.24 25.14zM4.19 18l-2 .41A14.09 14.09 0 0 0 3.86 23L5.59 22A12.44 12.44 0 0 1 4.19 18zM11.82 4.76l-.69-1.87A13.79 13.79 0 0 0 7 5.33L8.24 6.86A12 12 0 0 1 11.82 4.76zM5.59 10L3.86 9a14.37 14.37 0 0 0-1.64 4.59l2 .34A12.05 12.05 0 0 1 5.59 10zM16 2V4a12 12 0 0 1 0 24v2A14 14 0 0 0 16 2z"
/>
</svg>
</Icon>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`SideNavMenu should render 1`] = `
aria-haspopup="true"
className="bx--side-nav__submenu"
onClick={[Function]}
onKeyDown={[Function]}
type="button"
>
<SideNavIcon
Expand Down Expand Up @@ -128,6 +129,7 @@ exports[`SideNavMenu should render 1`] = `
</button>
<ul
className="bx--side-nav__menu"
onKeyDown={[Function]}
role="menu"
>
text
Expand Down

0 comments on commit 0136e00

Please sign in to comment.