File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22import { type CollectionEntry , getEntries , getEntry } from " astro:content" ;
3- import { IoLanguageSharp } from " react-icons/io5" ;
3+ import { IoLanguageSharp , IoSparklesSharp } from " react-icons/io5" ;
44import SpeakerForCard from " ./SpeakerForCard.astro" ;
55import { lunalink } from " @bearstudio/lunalink" ;
66import { ROUTES } from " @/routes.gen" ;
77import { LuSquarePlay } from " react-icons/lu" ;
8- import { FiPlus , FiXCircle } from " react-icons/fi" ;
8+ import { FiXCircle } from " react-icons/fi" ;
99import { cn } from " @/lib/utils-client" ;
1010
1111interface 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 >
You can’t perform that action at this time.
0 commit comments