diff --git a/components/Notifications/index.vue b/components/Notifications/index.vue index d8b9d081..c51faea8 100644 --- a/components/Notifications/index.vue +++ b/components/Notifications/index.vue @@ -17,11 +17,15 @@ icon flat > - + - notifications + notifications @@ -47,6 +51,7 @@ color="#222" > + {{ notification.icon }} @@ -56,6 +61,16 @@ {{ notification.message }} + + + + done + + + No Notifications + + + @@ -65,27 +80,54 @@ diff --git a/layouts/default.vue b/layouts/default.vue index c5b2eeb1..c67f0a89 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -32,7 +32,7 @@ - + @@ -51,7 +51,6 @@