Skip to content

Commit

Permalink
feat: update demo component
Browse files Browse the repository at this point in the history
  • Loading branch information
kalix127 committed Jan 13, 2025
1 parent 827a2bc commit 35417a0
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions components/content/inspira/examples/AnimatedListDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];
</script>

0 comments on commit 35417a0

Please sign in to comment.