1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

Update font style for bookmarks

This commit is contained in:
Kamran Ahmed
2024-09-12 16:54:18 +01:00
parent 94ce774586
commit 01eb7b2f0f

View File

@@ -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"
>
<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>
);
}