mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 22:02:39 +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" />
|
<ArrowUpRight className="h-5 w-5" />
|
||||||
Continue to Solution
|
Continue to Solution
|
||||||
</a>
|
</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>
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@@ -197,12 +197,6 @@ Visit the roadmap at https://roadmap.sh/${roadmapId}
|
|||||||
overlayClassName="items-start md:items-center"
|
overlayClassName="items-start md:items-center"
|
||||||
>
|
>
|
||||||
<div className="rounded-xl bg-white px-3">
|
<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">
|
<div className="flex flex-col items-center p-4 py-6 text-center">
|
||||||
{selectedCalendar && (
|
{selectedCalendar && (
|
||||||
|
Reference in New Issue
Block a user