|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<potato-close-button>
|
|
|
|
|
<button class="button button--full button--icon button--danger m-bottom-0" onclick={ (event) => { handleClose(event) } }>
|
|
|
|
|
<svg class="icon icon--big" aria-hidden="true">
|
|
|
|
|
<button class="button button--full button--icon button--danger button--hover-icon-text m-bottom-0" onclick={ (event) => { handleClose(event) } }>
|
|
|
|
|
<svg class="icon icon--big fill-text-contrast" aria-hidden="true">
|
|
|
|
|
<use xlink:href="symbol-defs.svg#icon-log-out"></use>
|
|
|
|
|
</svg>
|
|
|
|
|
</button>
|
|
|
|
|