1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-10-03 12:21:52 +02:00

chore: upgrade to astro v3 (#4437)

This commit is contained in:
Kamran Ahmed
2023-08-31 23:17:51 +01:00
committed by GitHub
parent b8c90948f9
commit 03d0a32fd6
77 changed files with 464 additions and 1054 deletions

View File

@@ -292,7 +292,7 @@ export function UserProgressModal(props: ProgressMapProps) {
className={`absolute right-2.5 top-3 ml-auto inline-flex items-center rounded-lg bg-gray-100 bg-transparent p-1.5 text-sm text-gray-400 hover:text-gray-900 lg:hidden`}
onClick={onClose}
>
<img alt={'close'} src={CloseIcon as any} className="h-4 w-4" />
<img alt={'close'} src={CloseIcon.src} className="h-4 w-4" />
<span className="sr-only">Close modal</span>
</button>
</div>