|
|
@ -143,7 +143,7 @@ export function RoadmapHeader(props: RoadmapHeaderProps) { |
|
|
|
$currentRoadmap?._id |
|
|
|
$currentRoadmap?._id |
|
|
|
}`}
|
|
|
|
}`}
|
|
|
|
target="_blank" |
|
|
|
target="_blank" |
|
|
|
className="inline-flex items-center justify-center rounded-md bg-gray-500 py-1.5 pl-2 pr-2 text-xs font-medium text-white hover:bg-gray-600 sm:px-3 sm:text-sm" |
|
|
|
className="inline-flex items-center justify-center rounded-md bg-white py-1.5 pl-2 pr-2 text-xs font-medium text-black hover:bg-gray-300 hover:border-gray-300 sm:px-3 sm:text-sm border border-gray-300" |
|
|
|
> |
|
|
|
> |
|
|
|
<Shapes className="mr-1.5 h-4 w-4 stroke-[2.5]" /> |
|
|
|
<Shapes className="mr-1.5 h-4 w-4 stroke-[2.5]" /> |
|
|
|
<span className="hidden sm:inline-block">Edit Roadmap</span> |
|
|
|
<span className="hidden sm:inline-block">Edit Roadmap</span> |
|
|
@ -151,11 +151,10 @@ export function RoadmapHeader(props: RoadmapHeaderProps) { |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
<button |
|
|
|
<button |
|
|
|
onClick={() => setIsSharing(true)} |
|
|
|
onClick={() => setIsSharing(true)} |
|
|
|
className="inline-flex items-center justify-center rounded-md bg-gray-500 py-1.5 pl-2 pr-2 text-xs font-medium text-white hover:bg-gray-600 sm:px-3 sm:text-sm" |
|
|
|
className="inline-flex items-center justify-center rounded-md bg-white py-1.5 pl-2 pr-2 text-xs font-medium text-black hover:bg-gray-300 hover:border-gray-300 sm:px-3 sm:text-sm border border-gray-300" |
|
|
|
> |
|
|
|
> |
|
|
|
<Lock className="mr-1.5 h-4 w-4 stroke-[2.5]" /> |
|
|
|
<Lock className="mr-1.5 h-4 w-4 stroke-[2.5]" /> |
|
|
|
<span className="hidden sm:inline-block">Share Roadmap</span> |
|
|
|
Sharing |
|
|
|
<span className="sm:hidden">Share</span> |
|
|
|
|
|
|
|
</button> |
|
|
|
</button> |
|
|
|
|
|
|
|
|
|
|
|
<RoadmapActionButton |
|
|
|
<RoadmapActionButton |
|
|
|