mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
fix(faq): remove semifunctional links
This commit is contained in:
@@ -12,14 +12,12 @@
|
|||||||
class="staff col-6 p-0"
|
class="staff col-6 p-0"
|
||||||
>
|
>
|
||||||
<div class="d-flex">
|
<div class="d-flex">
|
||||||
<router-link
|
<div
|
||||||
class="title"
|
class="title"
|
||||||
:to="{'name': 'userProfile', 'params': {'userId': user.uuid}}"
|
|
||||||
>
|
>
|
||||||
{{ user.name }}
|
{{ user.name }}
|
||||||
</router-link>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="user.type === 'Staff'"
|
|
||||||
class="svg-icon staff-icon ml-1"
|
class="svg-icon staff-icon ml-1"
|
||||||
v-html="icons.tierStaff"
|
v-html="icons.tierStaff"
|
||||||
></div>
|
></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user