Skip to content

Commit

Permalink
fix: properly display icons on Safari browser
Browse files Browse the repository at this point in the history
Typical CSS.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Jul 17, 2024
1 parent 276c3f4 commit 6f73f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Icon/TIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ included in the LICENSE file.
-->
<template>
<img v-if="svgBase64" alt="" :src="`data:image/svg+xml;base64,${svgBase64}`"/>
<component v-else :is="component" class="min-w-max"/>
<component v-else :is="component" class="min-w-content"/>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 6f73f58

Please sign in to comment.