mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-28 19:49:50 +02:00
Update alert text
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user