1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-28 11:39:52 +02:00

Update alert text

This commit is contained in:
Kamran Ahmed
2024-09-23 13:54:50 +01:00
parent 9948e89b84
commit 086c790837

View File

@@ -53,14 +53,14 @@ export function RoadmapAlert(props: RoadmapAlertProps) {
className="flex items-center gap-1.5 rounded-md border border-yellow-600 px-2 py-1 text-yellow-700 transition-colors hover:bg-yellow-300 hover:text-yellow-800" className="flex items-center gap-1.5 rounded-md border border-yellow-600 px-2 py-1 text-yellow-700 transition-colors hover:bg-yellow-300 hover:text-yellow-800"
> >
<HeartHandshake size={15} /> <HeartHandshake size={15} />
Explore Community Roadmaps Community Roadmaps
</a> </a>
<a <a
href="/ai/explore" href="/ai/explore"
className="flex items-center gap-1.5 rounded-md border border-yellow-600 px-2 py-1 text-yellow-700 transition-colors hover:bg-yellow-300 hover:text-yellow-800" className="flex items-center gap-1.5 rounded-md border border-yellow-600 px-2 py-1 text-yellow-700 transition-colors hover:bg-yellow-300 hover:text-yellow-800"
> >
<Telescope size={15} /> <Telescope size={15} />
Explore other AI Roadmaps AI Generated Roadmaps
</a> </a>
</p> </p>