From aa8332cb200850f25ece3cbd96cbc821f94d41e7 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Thu, 30 May 2024 00:20:16 +0200 Subject: [PATCH] Feat : use an svg for the fuck icon --- components/PlayerStats.vue | 10 ++++----- public/images/fuck.svg | 46 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 public/images/fuck.svg diff --git a/components/PlayerStats.vue b/components/PlayerStats.vue index 24c6525..21660ca 100644 --- a/components/PlayerStats.vue +++ b/components/PlayerStats.vue @@ -17,20 +17,20 @@ const props = defineProps() {{ player.team?.health }} -
+
- 🖕 + {{ (player.turn?.discard_markers ?? 0) + (player.turn?.fuck_u_markers ?? 0) }}
@@ -47,11 +47,11 @@ const props = defineProps() display: flex; justify-content: center; align-items: center; - height: 50px; } img.icon_img { height: 50px; + width: 50px; } span.icon_img { diff --git a/public/images/fuck.svg b/public/images/fuck.svg new file mode 100644 index 0000000..b664308 --- /dev/null +++ b/public/images/fuck.svg @@ -0,0 +1,46 @@ + + + +