diff --git a/src/components/ToastNotification.vue b/src/components/ToastNotification.vue
index 9598051..5239bfe 100644
--- a/src/components/ToastNotification.vue
+++ b/src/components/ToastNotification.vue
@@ -1,17 +1,30 @@
-
+
-
-
-
-
{{ toast.message }}
+
+
+
+
{{ toast.type === 'success' ? 'Success:' : toast.type === 'error' ? 'Error:' : 'Info:' }}
+
{{ toast.message }}
+
+