Skip to content

Commit e98b0a1

Browse files
committed
docs: dashboard button green
1 parent 759f065 commit e98b0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/AppHeader.vue

+2-2
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)