fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user