mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
fix: bookmarks typo (#8259)
This commit is contained in:
@@ -68,7 +68,7 @@ export function FavoriteRoadmaps(props: FavoriteRoadmapsProps) {
|
|||||||
isEmpty={!isLoading && progress.length === 0}
|
isEmpty={!isLoading && progress.length === 0}
|
||||||
emptyTitle={
|
emptyTitle={
|
||||||
<>
|
<>
|
||||||
No bookmars found
|
No bookmarks found
|
||||||
<a
|
<a
|
||||||
href="#role-based-roadmaps"
|
href="#role-based-roadmaps"
|
||||||
className="ml-1.5 inline-flex items-center gap-1 font-medium text-blue-500 underline-offset-2 hover:underline"
|
className="ml-1.5 inline-flex items-center gap-1 font-medium text-blue-500 underline-offset-2 hover:underline"
|
||||||
|
Reference in New Issue
Block a user