ui: Home button redirect to main_link
This commit is contained in:
parent
223f44572e
commit
b26ef1c0ce
@ -39,9 +39,11 @@
|
|||||||
{:else}
|
{:else}
|
||||||
<div class="d-flex h-100 justify-content-center align-items-center">
|
<div class="d-flex h-100 justify-content-center align-items-center">
|
||||||
<ButtonGroup size="lg">
|
<ButtonGroup size="lg">
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="."
|
href="{$challengeInfo.main_link}"
|
||||||
class="btn btn-light"
|
class="btn btn-light"
|
||||||
|
class:disabled={$challengeInfo.main_link === ''}
|
||||||
>
|
>
|
||||||
<Icon name="ui-checks-grid" />
|
<Icon name="ui-checks-grid" />
|
||||||
Accueil
|
Accueil
|
||||||
|
Loading…
Reference in New Issue
Block a user