mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-03-10 13:01:47 +00:00
feat(header): adiciona link para changelog no dashboard
- Cria componente ChangelogLink com tooltip - Adiciona link para /changelog ao lado do feedback - Segue o padrão dos componentes existentes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ChangelogLink } from "@/components/changelog/changelog-link";
|
||||
import { FeedbackDialog } from "@/components/feedback/feedback-dialog";
|
||||
import { NotificationBell } from "@/components/notificacoes/notification-bell";
|
||||
import { SidebarTrigger } from "@/components/ui/sidebar";
|
||||
@@ -28,6 +29,7 @@ export async function SiteHeader({ notificationsSnapshot }: SiteHeaderProps) {
|
||||
<PrivacyModeToggle />
|
||||
<AnimatedThemeToggler />
|
||||
<span className="text-muted-foreground">|</span>
|
||||
<ChangelogLink />
|
||||
<FeedbackDialog />
|
||||
<LogoutButton />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user