diff --git a/components/content/inspira/examples/AnimatedListDemo.vue b/components/content/inspira/examples/AnimatedListDemo.vue index f2ac309..fd0fb09 100644 --- a/components/content/inspira/examples/AnimatedListDemo.vue +++ b/components/content/inspira/examples/AnimatedListDemo.vue @@ -49,32 +49,11 @@ const notifications = [ color: "#1E86FF", }, { - name: "Payment received", + name: "Task completed", description: "Inspira UI", - time: "15m ago", - icon: "💸", - color: "#00C9A7", - }, - { - name: "User signed up", - description: "Inspira UI", - time: "10m ago", - icon: "👤", - color: "#FFB800", - }, - { - name: "New message", - description: "Inspira UI", - time: "5m ago", - icon: "💬", - color: "#FF3D71", - }, - { - name: "New event", - description: "Inspira UI", - time: "2m ago", - icon: "🗞️", - color: "#1E86FF", + time: "1m ago", + icon: "✅", + color: "#45B26B", }, ]; diff --git a/components/content/inspira/ui/animated-list/AnimatedList.vue b/components/content/inspira/ui/animated-list/AnimatedList.vue index 512c52f..b26b777 100644 --- a/components/content/inspira/ui/animated-list/AnimatedList.vue +++ b/components/content/inspira/ui/animated-list/AnimatedList.vue @@ -8,22 +8,21 @@ >
- +