feat: move o changelog para uma rota dedicada

This commit is contained in:
Felipe Coutinho
2026-03-15 23:24:10 +00:00
parent 173fc86920
commit a4da0a7143
4 changed files with 3 additions and 82 deletions

View File

@@ -105,12 +105,12 @@ export function NavbarUser({ user, pagadorAvatarUrl }: NavbarUserProps) {
</Link>
<Link
href="/settings/changelog"
href="/changelog"
className={cn(itemClass, "text-foreground")}
>
<RiHistoryLine className="size-4 text-muted-foreground shrink-0" />
<span className="flex-1">Changelog</span>
<Badge variant="secondary">v{version}</Badge>
<Badge variant="outline">v{version}</Badge>
</Link>
<DialogTrigger asChild>