sforkowany z mirror/soapbox
rodzic
690da99d75
commit
8cf8937bc9
|
@ -4,6 +4,7 @@ exports[`<ColumnBackButton /> renders correctly 1`] = `
|
||||||
<button
|
<button
|
||||||
className="column-back-button"
|
className="column-back-button"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyUp={[Function]}
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
alt="chevron-left"
|
alt="chevron-left"
|
||||||
|
|
|
@ -7,6 +7,7 @@ exports[`<ColumnBackButtonSlim /> renders correctly 1`] = `
|
||||||
<div
|
<div
|
||||||
className="column-back-button column-back-button--slim-button"
|
className="column-back-button column-back-button--slim-button"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyUp={[Function]}
|
||||||
role="button"
|
role="button"
|
||||||
tabIndex="0"
|
tabIndex="0"
|
||||||
>
|
>
|
||||||
|
|
Ładowanie…
Reference in New Issue