fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-05-05 09:28:32 -06:00
parent edbf66874b
commit f255367b08

View File

@@ -59,7 +59,7 @@
</n-tooltip> </n-tooltip>
<n-tooltip v-if="authed" trigger="hover"> <n-tooltip v-if="authed" trigger="hover">
<template #trigger> <template #trigger>
<n-button text @click="$router.push({ name: 'showcase' })"> <n-button text @click="window.open('/showcase', '_blank')">
<Icon :width="16" icon="lucide:award"></Icon> <Icon :width="16" icon="lucide:award"></Icon>
</n-button> </n-button>
</template> </template>