@@ -70,9 +70,9 @@ onMounted(async () => {
70
70
<UTooltip text =" Search" :shortcuts =" [metaSymbol, 'K']" :popper =" { strategy: 'absolute' }" >
71
71
<UContentSearchButton :label =" null" />
72
72
</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 />
76
76
</div >
77
77
</template >
78
78
@@ -81,9 +81,9 @@ onMounted(async () => {
81
81
82
82
<div class =" flex flex-col gap-y-2 mt-4" >
83
83
<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 />
87
87
</div >
88
88
</template >
89
89
</UHeader >
0 commit comments