From aa72b74c66c9db7775c9e9393a9f8e1c77f42f86 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 22 Dec 2024 23:45:20 +0100 Subject: [PATCH] use health potion instead of bandage --- web/src/components/atomic/Icon.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/components/atomic/Icon.vue b/web/src/components/atomic/Icon.vue index f98fbf843..7f5daf7b3 100644 --- a/web/src/components/atomic/Icon.vue +++ b/web/src/components/atomic/Icon.vue @@ -38,7 +38,7 @@ - + @@ -98,6 +98,7 @@ import { mdiFormatListBulleted, mdiGestureTap, mdiGit, + mdiHealthPotionOutline, mdiHelpCircleOutline, mdiLockOpenOutline, mdiLockOutline,