diff --git a/src/components/CustomRoadmap/Showcase/ShowcaseAlert.tsx b/src/components/CustomRoadmap/Showcase/ShowcaseAlert.tsx index 2f6933cb0..b469ca4ea 100644 --- a/src/components/CustomRoadmap/Showcase/ShowcaseAlert.tsx +++ b/src/components/CustomRoadmap/Showcase/ShowcaseAlert.tsx @@ -1,4 +1,4 @@ -import { EyeIcon, FlagIcon, FrownIcon, SmileIcon } from 'lucide-react'; +import {EyeIcon, FlagIcon, FrownIcon, PartyPopper, SmileIcon} from 'lucide-react'; import { cn } from '../../../lib/classname'; import type { GetRoadmapResponse } from '../CustomRoadmap'; import { useState } from 'react'; @@ -26,8 +26,8 @@ export function ShowcaseAlert(props: ShowcaseAlertProps) { className: 'bg-blue-100 text-blue-600 border-blue-200', }, approved: { - icon: SmileIcon, - label: 'Hooray! Your roadmap is now visible on the community page.', + icon: PartyPopper, + label: 'Your roadmap is now visible on the community roadmaps page.', className: 'text-green-600 bg-green-100 border-green-300', }, rejected: {