fix(faq): remove semifunctional links

This commit is contained in:
Kalista Payne
2025-09-23 16:54:12 -05:00
parent c77db3d625
commit 29c658b042

View File

@@ -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>