1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +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:
Aman Pal
2025-06-30 20:34:17 +05:30
committed by GitHub
parent 6878af33c1
commit 462ff16ddb
2 changed files with 0 additions and 13 deletions

View File

@@ -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>
);
}

View File

@@ -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 && (