feat: atualiza fontes e altera avatar SVG
- Substitui a fonte "Outfit" pela "Funnel_Display" no arquivo font_index.ts. - Atualiza a referência da fonte principal para "anthropic_sans" e define "funnel_display" como a fonte para "money_font" e "title_font". - Modifica o arquivo SVG do avatar 015, alterando a cor de preenchimento de alguns elementos para um tom mais vibrante (#F96837).
This commit is contained in:
@@ -98,7 +98,7 @@ export function NavMain({ sections }: { sections: NavSection[] }) {
|
||||
);
|
||||
|
||||
const activeLinkClasses =
|
||||
"data-[active=true]:bg-dark! shadow-md data-[active=true]:text-dark-foreground! hover:bg-primary/10! hover:text-primary!";
|
||||
"data-[active=true]:bg-sidebar-accent data-[active=true]:text-dark! hover:text-primary!";
|
||||
|
||||
return (
|
||||
<>
|
||||
@@ -119,8 +119,8 @@ export function NavMain({ sections }: { sections: NavSection[] }) {
|
||||
className={itemIsActive ? activeLinkClasses : ""}
|
||||
>
|
||||
<Link prefetch href={buildHrefWithPeriod(item.url)}>
|
||||
<item.icon className="h-4 w-4" />
|
||||
<span className="lowercase">{item.title}</span>
|
||||
<item.icon className={"h-4 w-4"} />
|
||||
{item.title}
|
||||
</Link>
|
||||
</SidebarMenuButton>
|
||||
{item.items?.length ? (
|
||||
|
||||
Reference in New Issue
Block a user