diff --git a/src/components/CustomRoadmap/CustomRoadmapAlert.tsx b/src/components/CustomRoadmap/CustomRoadmapAlert.tsx
index 12c4119ae..6237f2cb0 100644
--- a/src/components/CustomRoadmap/CustomRoadmapAlert.tsx
+++ b/src/components/CustomRoadmap/CustomRoadmapAlert.tsx
@@ -1,4 +1,11 @@
-import { BadgeCheck, MessageCircleHeart, PencilRuler } from 'lucide-react';
+import {
+ BadgeCheck,
+ Heart,
+ HeartHandshake,
+ MessageCircleHeart,
+ PencilRuler,
+ Search,
+} from 'lucide-react';
import { showLoginPopup } from '../../lib/popup.ts';
import { isLoggedIn } from '../../lib/jwt.ts';
import { useState } from 'react';
@@ -17,14 +24,11 @@ export function CustomRoadmapAlert() {
/>
)}
-
- Community Roadmap
-
-
- This is a custom roadmap made by a community member and is not verified by{' '}
- roadmap.sh
+
+ This is a custom roadmap made by a community member and is not
+ verified by roadmap.sh
-
+
diff --git a/src/components/CustomRoadmap/RoadmapHeader.tsx b/src/components/CustomRoadmap/RoadmapHeader.tsx
index 1c2cab550..ef035c7a1 100644
--- a/src/components/CustomRoadmap/RoadmapHeader.tsx
+++ b/src/components/CustomRoadmap/RoadmapHeader.tsx
@@ -8,7 +8,7 @@ import { httpDelete, httpPut } from '../../lib/http';
import { type TeamResourceConfig } from '../CreateTeam/RoadmapSelector';
import { useToast } from '../../hooks/use-toast';
import { RoadmapActionButton } from './RoadmapActionButton';
-import { Lock, Shapes } from 'lucide-react';
+import {Lock, Pencil, PenSquare, Shapes} from 'lucide-react';
import { ShareRoadmapButton } from '../ShareRoadmapButton.tsx';
import { CustomRoadmapAlert } from './CustomRoadmapAlert.tsx';
import { CustomRoadmapRatings } from './CustomRoadmapRatings.tsx';
@@ -156,19 +156,13 @@ export function RoadmapHeader(props: RoadmapHeaderProps) {
target="_blank"
className="inline-flex items-center justify-center rounded-md border border-gray-300 bg-white py-1.5 pl-2 pr-2 text-xs font-medium text-black hover:border-gray-300 hover:bg-gray-300 sm:px-3 sm:text-sm"
>
-
-
Edit Roadmap
+
+
Edit
Edit
-
setIsSharing(true)}
onDelete={() => {
const confirmation = window.confirm(
'Are you sure you want to delete this roadmap?',
diff --git a/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx b/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx
index c78daf3ff..3b1c279e0 100644
--- a/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx
+++ b/src/components/DiscoverRoadmaps/DiscoverRoadmapSorting.tsx
@@ -45,7 +45,7 @@ export function DiscoverRoadmapSorting(props: DiscoverRoadmapSortingProps) {
ref={dropdownRef}
>