diff --git a/ayanova/src/components/gznotify.vue b/ayanova/src/components/gznotify.vue
index 8a705614..9d669234 100644
--- a/ayanova/src/components/gznotify.vue
+++ b/ayanova/src/components/gznotify.vue
@@ -17,12 +17,27 @@
-->
-
- {{ message }}
+ fa-info-circle
+
+ {{ message }}
+
+
+ fa-times-circle
+
+ -->
+
+
+ {{ message }}
+
fa-times-circle
@@ -33,6 +48,7 @@
export default {
data: () => ({
snackbar: false,
+
message: null,
options: {
color: "primary",