Fixe X icons on website with xvg
This commit is contained in:
@@ -7,15 +7,15 @@
|
|||||||
|
|
||||||
<div class="flex flex-row justify-center space-x-10 py-10">
|
<div class="flex flex-row justify-center space-x-10 py-10">
|
||||||
<a href="https://www.facebook.com/profile.php?id=61556819217561">
|
<a href="https://www.facebook.com/profile.php?id=61556819217561">
|
||||||
<v-icon size="40px" class="text-fuchsia-900">mdi-facebook</v-icon>
|
<v-icon size="40px">mdi-facebook</v-icon>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://www.instagram.com/hutopy.inc/">
|
<a href="https://www.instagram.com/hutopy.inc/">
|
||||||
<v-icon size="40px" class="text-fuchsia-900">mdi-instagram</v-icon>
|
<v-icon size="40px">mdi-instagram</v-icon>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://x.com/Hutopyinc/">
|
<a href="https://x.com/Hutopyinc/">
|
||||||
<v-icon size="40px" class="text-fuchsia-900">mdi-twitter</v-icon>
|
<img src="/images/hutopymedia/icons/x.svg" width="34px" height="34px" class="mt-1 custom-color fill-current">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -48,4 +48,5 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<!-- X / Twitter -->
|
<!-- X / Twitter -->
|
||||||
<a href="https://twitter.com/Hutopyinc" class="social">
|
<a href="https://twitter.com/Hutopyinc" class="social">
|
||||||
<v-icon>mdi-twitter</v-icon>
|
<img src="/images/hutopymedia/icons/x.svg" width="23px" height="23px" class="mb-5 mr-2">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user