Make icons into vue components
This commit is contained in:
parent
a97211afdf
commit
110394a40a
26 changed files with 209 additions and 91 deletions
|
|
@ -6,7 +6,7 @@
|
|||
class="text-center d-flex flex-column goodbye-wrapper"
|
||||
>
|
||||
<div v-if="roomWasPurged">
|
||||
<v-img src="@/assets/icons/trash.svg" />
|
||||
<v-icon>$vuetify.icons.trash</v-icon>
|
||||
</div>
|
||||
<h2 v-if="roomWasPurged" class="text-white mt-2 mb-8">
|
||||
{{ $t("goodbye.room_deleted") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue