some changeds
This commit is contained in:
@ -43,10 +43,11 @@
|
||||
</UiButtonArrow>
|
||||
</div>
|
||||
<div class="mt-[25px] sm:mt-[30px] w-full flex justify-center gap-3">
|
||||
<p class="cursor-pointer hover:underline transition-all">
|
||||
<p>
|
||||
{{ $t("no_account") }}
|
||||
</p>
|
||||
<p class="text-button cursor-pointer hover:text-button-hover">
|
||||
<p class="text-button cursor-pointer hover:text-button-hover"
|
||||
@click="menuStore.navigateToItem(menuStore.menuItems?.find((item) => item.id === 4))">
|
||||
{{ $t("sign_up_now") }}
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user