chore: add protocol logos to realtime page (#3637)

This commit is contained in:
Liyas Thomas
2023-12-12 14:25:56 +05:30
committed by GitHub
parent c1bc430ee6
commit 4ac8a117ef
6 changed files with 19 additions and 6 deletions

View File

@@ -37,8 +37,9 @@
:is="tabMeta.icon"
v-if="tabMeta.icon"
class="svg-icons"
:class="{ 'mr-2': tabMeta.label && !vertical }"
/>
<span v-else-if="tabMeta.label">{{ tabMeta.label }}</span>
<span v-if="tabMeta.label && !vertical">{{ tabMeta.label }}</span>
<span
v-if="tabMeta.info && tabMeta.info !== 'null'"
class="tab-info"