From 8b16a3e0e2ae7c1fc0a5f36d0bab20e008faae77 Mon Sep 17 00:00:00 2001 From: axolotle Date: Sun, 18 Aug 2024 10:19:54 +0200 Subject: [PATCH] fix: alert's icon variants --- app/src/components/globals/YAlert.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/src/components/globals/YAlert.vue b/app/src/components/globals/YAlert.vue index 88263328..0a70cf8e 100644 --- a/app/src/components/globals/YAlert.vue +++ b/app/src/components/globals/YAlert.vue @@ -31,7 +31,12 @@ const icon = computed(() => { :class="{ ['alert alert-' + variant]: !alert }" class="yuno-alert d-flex flex-column flex-md-row align-items-center" > - +