mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-29 20:22:59 +00:00
use semibold
This commit is contained in:
@@ -720,7 +720,7 @@ export default function MemberResourcesPortal({
|
||||
<TooltipProvider>
|
||||
<Tooltip>
|
||||
<TooltipTrigger className="min-w-0 max-w-full">
|
||||
<CardTitle className="text-lg font-bold text-foreground truncate group-hover:text-primary transition-colors">
|
||||
<CardTitle className="text-lg font-semibold text-foreground truncate group-hover:text-primary transition-colors">
|
||||
{
|
||||
resource.name
|
||||
}
|
||||
@@ -822,7 +822,7 @@ export default function MemberResourcesPortal({
|
||||
<TooltipProvider>
|
||||
<Tooltip>
|
||||
<TooltipTrigger className="min-w-0 max-w-full">
|
||||
<CardTitle className="text-lg font-bold text-foreground truncate group-hover:text-primary transition-colors">
|
||||
<CardTitle className="text-lg font-semibold text-foreground truncate group-hover:text-primary transition-colors">
|
||||
{
|
||||
siteResource.name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user