@@ -70,9 +70,9 @@ onMounted(async () => {
7070 <UTooltip text =" Search" :shortcuts =" [metaSymbol, 'K']" :popper =" { strategy: 'absolute' }" >
7171 <UContentSearchButton :label =" null" />
7272 </UTooltip >
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- <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 =" green" class =" hidden sm:inline-flex" external />
73+ <UButton v-if =" ready && !authenticated" size =" sm" variant =" ghost" label =" Log in" to =" https://admin.hub.nuxt.com/?utm_source=hub-docs&utm_medium=header&utm_campaign=login " color =" black" class =" hidden sm:inline-flex" external />
74+ <UButton v-if =" ready && !authenticated" size =" sm" variant =" solid" label =" Sign up" to =" https://admin.hub.nuxt.com/?utm_source=hub-docs&utm_medium=header&utm_campaign=signup " 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/?utm_source=hub-docs&utm_medium=header&utm_campaign=dashboard " color =" green" class =" hidden sm:inline-flex" external />
7676 </div >
7777 </template >
7878
@@ -81,9 +81,9 @@ onMounted(async () => {
8181
8282 <div class =" flex flex-col gap-y-2 mt-4" >
8383 <UDivider class =" mb-4" />
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- <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 =" 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 />
84+ <UButton v-if =" ready && !authenticated" variant =" solid" label =" Log in" to =" https://admin.hub.nuxt.com/?utm_source=hub-docs&utm_medium=header&utm_campaign=login " color =" white" class =" flex justify-center sm:hidden" external />
85+ <UButton v-if =" ready && !authenticated" variant =" solid" label =" Sign up" to =" https://admin.hub.nuxt.com/?utm_source=hub-docs&utm_medium=header&utm_campaign=signup " 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/?utm_source=hub-docs&utm_medium=header&utm_campaign=dashboard " class =" flex justify-center text-gray-900 bg-primary sm:hidden" external />
8787 </div >
8888 </template >
8989 </UHeader >
0 commit comments