Skip to content

Commit 4add3f4

Browse files
committed
chore: update logo for new talk
1 parent 302f85a commit 4add3f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Schedule/CardConference.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
import { type CollectionEntry, getEntries, getEntry } from "astro:content";
3-
import { IoLanguageSharp } from "react-icons/io5";
3+
import { IoLanguageSharp, IoSparklesSharp } from "react-icons/io5";
44
import SpeakerForCard from "./SpeakerForCard.astro";
55
import { lunalink } from "@bearstudio/lunalink";
66
import { ROUTES } from "@/routes.gen";
77
import { LuSquarePlay } from "react-icons/lu";
8-
import { FiPlus, FiXCircle } from "react-icons/fi";
8+
import { FiXCircle } from "react-icons/fi";
99
import { cn } from "@/lib/utils-client";
1010
1111
interface Props {
@@ -63,7 +63,7 @@ const scheduleItem = (event.data.schedule?.items ?? []).find(
6363
{scheduleItem?.status === "replacement" && (
6464
<div class="isolate h-full w-fit justify-center rounded-full bg-success from-accent px-2 py-1 text-accent-foreground text-white">
6565
<div class="flex items-center gap-1">
66-
<FiPlus className="h-4 w-4 text-white" />
66+
<IoSparklesSharp className="h-4 w-4 text-white" />
6767
<span class="text-sm font-medium text-white">New</span>
6868
</div>
6969
</div>

0 commit comments

Comments
 (0)