Commit e98b0a1 1 parent 759f065 commit e98b0a1 Copy full SHA for e98b0a1
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ onMounted(async () => {
72
72
</UTooltip >
73
73
<UButton v-if =" ready && !authenticated" size =" sm" variant =" ghost" label =" Log in" to =" https://admin.hub.nuxt.com/" color =" black" class =" hidden sm:inline-flex" external />
74
74
<UButton v-if =" ready && !authenticated" size =" sm" variant =" solid" label =" Sign up" to =" https://admin.hub.nuxt.com/" class =" hidden sm:inline-flex" external />
75
- <UButton v-if =" ready && authenticated" size =" sm" icon =" i-ph-app-window-duotone" label =" Dashboard" to =" https://admin.hub.nuxt.com/" color =" black " class =" hidden sm:inline-flex" external />
75
+ <UButton v-if =" ready && authenticated" size =" sm" icon =" i-ph-app-window-duotone" label =" Dashboard" to =" https://admin.hub.nuxt.com/" color =" green " class =" hidden sm:inline-flex" external />
76
76
</div >
77
77
</template >
78
78
@@ -83,7 +83,7 @@ onMounted(async () => {
83
83
<UDivider class =" mb-4" />
84
84
<UButton v-if =" ready && !authenticated" variant =" solid" label =" Log in" to =" https://admin.hub.nuxt.com/" color =" white" class =" flex justify-center sm:hidden" external />
85
85
<UButton v-if =" ready && !authenticated" variant =" solid" label =" Sign up" to =" https://admin.hub.nuxt.com/" class =" flex justify-center text-gray-900 bg-primary sm:hidden" external />
86
- <UButton v-if =" ready && authenticated" variant =" solid" color =" black " icon =" i-ph-app-window-duotone" label =" Dashboard" to =" https://admin.hub.nuxt.com/" class =" flex justify-center text-gray-900 bg-primary sm:hidden" external />
86
+ <UButton v-if =" ready && authenticated" variant =" solid" color =" green " icon =" i-ph-app-window-duotone" label =" Dashboard" to =" https://admin.hub.nuxt.com/" class =" flex justify-center text-gray-900 bg-primary sm:hidden" external />
87
87
</div >
88
88
</template >
89
89
</UHeader >
You can’t perform that action at this time.
0 commit comments