mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 08:31:50 +02:00
Update font style for bookmarks
This commit is contained in:
@@ -30,7 +30,7 @@ export function DashboardBookmarkCard(props: DashboardBookmarkCardProps) {
|
|||||||
className="group relative flex flex-row items-center gap-2 rounded-md border border-gray-300 bg-white px-1.5 py-2 text-left text-sm transition-all hover:border-gray-400"
|
className="group relative flex flex-row items-center gap-2 rounded-md border border-gray-300 bg-white px-1.5 py-2 text-left text-sm transition-all hover:border-gray-400"
|
||||||
>
|
>
|
||||||
<Bookmark className="size-4 fill-current text-gray-300" />
|
<Bookmark className="size-4 fill-current text-gray-300" />
|
||||||
<h4 className="truncate font-medium text-gray-900">{resourceTitle}</h4>
|
<h4 className="truncate text-gray-900">{resourceTitle}</h4>
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user