mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
fix: prevent project link from override user link
This commit is contained in:
parent
6b64bc6ba6
commit
34fe6299a9
@ -48,7 +48,7 @@ const props = defineProps<{
|
||||
</NuxtLink>
|
||||
<span class="text-sm">
|
||||
by
|
||||
<Link :to="'/' + project.namespace.owner">{{ project.namespace.owner }}</Link>
|
||||
<Link :to="'/' + project.namespace.owner" @click.stop="router.push('/' + project.namespace.owner)">{{ project.namespace.owner }}</Link>
|
||||
</span>
|
||||
</h2>
|
||||
<IconMdiCancel v-show="project.visibility === Visibility.SOFT_DELETE" />
|
||||
|
Loading…
Reference in New Issue
Block a user