File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ async function signinWithGoogle() {
166166 sm =" 6"
167167 xl =" 3"
168168 >
169+ <!-- Logo and Tagline -->
169170 <AppLogo
170171 :width =" xs ? 200 : 250"
171172 class =" mx-auto mx-sm-0"
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import {
66 signInWithRedirect ,
77} from ' firebase/auth'
88import type { VForm } from ' vuetify/components'
9- import { mdiEye , mdiEyeOff } from ' @mdi/js'
10- import { ref } from ' vue'
119import { useDisplay } from ' vuetify'
1210import { useFirebaseAuth } from ' vuefire'
11+ import { mdiEye , mdiEyeOff } from ' @mdi/js'
12+ import { ref } from ' vue'
1313import {
1414 useNuxtifyConfig ,
1515 useErrorMessage ,
@@ -123,7 +123,7 @@ async function signinWithGoogle() {
123123 :width =" xs ? 200 : 250"
124124 class =" mx-auto mx-sm-0"
125125 />
126- <h1 class =" text-center text-sm-left text-subtitle-1 mt-4" >
126+ <h1 class =" text-center text-sm-left text-h5 mt-4" >
127127 {{ nuxtifyConfig.brand?.tagline }}
128128 </h1 >
129129 </v-col >
You can’t perform that action at this time.
0 commit comments