From ed702dc5f3c1aa6ecb0e4b6a524aecf821f8e23e Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 27 Nov 2024 14:46:42 +0500 Subject: [PATCH] Update showcase message --- src/components/CustomRoadmap/Showcase/ShowcaseAlert.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: {