File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ onMounted(async () => {
7272 </UTooltip >
7373 <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 />
7474 <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 />
7676 </div >
7777 </template >
7878
@@ -83,7 +83,7 @@ onMounted(async () => {
8383 <UDivider class =" mb-4" />
8484 <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 />
8585 <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 />
8787 </div >
8888 </template >
8989 </UHeader >
You can’t perform that action at this time.
0 commit comments