diff --git a/nuxt/components/modal/CastVote.vue b/nuxt/components/modal/CastVote.vue index d5127a9..1cf05ac 100644 --- a/nuxt/components/modal/CastVote.vue +++ b/nuxt/components/modal/CastVote.vue @@ -32,7 +32,7 @@ const { refresh: onVote, status } = useFetch(`vote`, { async onResponse({ response }) { if (response.ok) { useToast().add({ - icon: 'i-heroicons-check-circle-20-solid', + icon: 'i-heroicons-check-circle', title: 'Abstimmung erfolgreich.', color: 'emerald', }) @@ -45,12 +45,12 @@ const { refresh: onVote, status } = useFetch(`vote`, {