Skip to content

Commit

Permalink
fix: connected as homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Nov 29, 2023
1 parent b71df5a commit b95f0b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/home/NativeLoginButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export default defineComponent({
</div>

<div v-else class="q-px-md flex justify-center column">
<p class="q-mb-lg"> {{ $t( 'home.logged_as', {account: accountName}) }}</p>
<p class="q-mb-lg logged-in"> {{ $t( 'home.logged_as', {account: accountName}) }}</p>

<q-btn
text-color="white"
Expand Down Expand Up @@ -401,5 +401,11 @@ export default defineComponent({
margin-bottom: 5rem;
}
.logged-in{
color: white;
font-size: 16px !important;
margin-bottom: 2rem;
}
</style>

0 comments on commit b95f0b2

Please sign in to comment.