Skip to content

Commit

Permalink
UI: header button label fix (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Kial Jinnah <[email protected]>
  • Loading branch information
kialj876 authored Oct 23, 2023
1 parent f612f7e commit 9d07588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btr-web/btr-layouts/components/bcros/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div v-else class="flex flex-wrap self-center text-sm h-[36px]">
<BcrosHeaderMenu :menu-button-text="'Log in'" :menu-lists="loggedOutMenuOptions" />
<button class="text-white ml-2 p-2 hover:bg-bcGovColor-activeBlue/[0.2]" @click="goToCreateAccount()">
{{ t('buttons.createAccount') }}
{{ t('header.buttons.createAccount') }}
</button>
</div>
</div>
Expand Down

0 comments on commit 9d07588

Please sign in to comment.