mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Remove redundant close button from LeavingRoadmapWarningModal
(#8858)
* Remove redundant close button from `LeavingRoadmapWarningModal` * Remove close button from `ScheduleEventModal`
This commit is contained in:
@@ -53,13 +53,6 @@ export function LeavingRoadmapWarningModal(
|
||||
<ArrowUpRight className="h-5 w-5" />
|
||||
Continue to Solution
|
||||
</a>
|
||||
|
||||
<button
|
||||
className="absolute right-2.5 top-2.5 text-gray-600 hover:text-black"
|
||||
onClick={onClose}
|
||||
>
|
||||
<X className="h-5 w-5" />
|
||||
</button>
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
|
@@ -197,12 +197,6 @@ Visit the roadmap at https://roadmap.sh/${roadmapId}
|
||||
overlayClassName="items-start md:items-center"
|
||||
>
|
||||
<div className="rounded-xl bg-white px-3">
|
||||
<button
|
||||
className="absolute right-4 top-4 text-gray-400 hover:text-black"
|
||||
onClick={onClose}
|
||||
>
|
||||
<X className="h-4 w-4 stroke-[2.5]" />
|
||||
</button>
|
||||
|
||||
<div className="flex flex-col items-center p-4 py-6 text-center">
|
||||
{selectedCalendar && (
|
||||
|
Reference in New Issue
Block a user