mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove dom element for game icon
This commit is contained in:
parent
0650922898
commit
2559a65eaa
1 changed files with 2 additions and 2 deletions
|
|
@ -65,9 +65,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="min-w-0 flex-1 px-4 md:mr-48 space-y-2">
|
<div class="min-w-0 flex-1 px-4 md:mr-48 space-y-2">
|
||||||
<div class="text-sm leading-5 font-light truncate">
|
<div class="text-sm leading-5 font-light truncate">
|
||||||
<span v-if="app.endpoint.includes('/game/')">
|
<template v-if="app.endpoint.includes('/game/')">
|
||||||
🕹
|
🕹
|
||||||
</span>
|
</template>
|
||||||
{{ app.name }}
|
{{ app.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center text-sm leading-5 text-gray-500 overflow-hidden">
|
<div class="flex items-center text-sm leading-5 text-gray-500 overflow-hidden">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue