Update showcase message

feat/featured
Kamran Ahmed 3 months ago
parent 6e1e832d65
commit ed702dc5f3
  1. 6
      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 { cn } from '../../../lib/classname';
import type { GetRoadmapResponse } from '../CustomRoadmap'; import type { GetRoadmapResponse } from '../CustomRoadmap';
import { useState } from 'react'; import { useState } from 'react';
@ -26,8 +26,8 @@ export function ShowcaseAlert(props: ShowcaseAlertProps) {
className: 'bg-blue-100 text-blue-600 border-blue-200', className: 'bg-blue-100 text-blue-600 border-blue-200',
}, },
approved: { approved: {
icon: SmileIcon, icon: PartyPopper,
label: 'Hooray! Your roadmap is now visible on the community page.', label: 'Your roadmap is now visible on the community roadmaps page.',
className: 'text-green-600 bg-green-100 border-green-300', className: 'text-green-600 bg-green-100 border-green-300',
}, },
rejected: { rejected: {

Loading…
Cancel
Save