Update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
690da99d75
commit
8cf8937bc9
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ exports[`<ColumnBackButton /> renders correctly 1`] = `
|
|||
<button
|
||||
className="column-back-button"
|
||||
onClick={[Function]}
|
||||
onKeyUp={[Function]}
|
||||
>
|
||||
<i
|
||||
alt="chevron-left"
|
||||
|
|
|
@ -7,6 +7,7 @@ exports[`<ColumnBackButtonSlim /> renders correctly 1`] = `
|
|||
<div
|
||||
className="column-back-button column-back-button--slim-button"
|
||||
onClick={[Function]}
|
||||
onKeyUp={[Function]}
|
||||
role="button"
|
||||
tabIndex="0"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue