Compare commits

...

2 Commits

Author SHA1 Message Date
Marc Brooks f550fe3df5
Merge 2861df3c17 into bde0a086ab 2025-07-03 12:27:29 -05:00
Marc Brooks 2861df3c17
feat(ui): Add a clickable link to the header logo
Might as well drive traffic to you :)
2025-06-12 13:28:31 -05:00
1 changed files with 4 additions and 2 deletions

View File

@ -60,8 +60,10 @@ export default function DashboardNavbar({
<div className="flex h-14 items-center justify-between">
<div className="flex shrink-0 items-center gap-x-8">
<div className="inline-block shrink-0">
<img src={LogoBlueIcon} alt="" className="h-[24px] dark:hidden" />
<img src={LogoWhiteIcon} alt="" className="hidden h-[24px] dark:block" />
<a href="https://jetkvm.com/" target="_blank" rel="norefferer noreferrer" title="Learn more about JetKVM">
<img src={LogoBlueIcon} alt="" className="h-[24px] dark:hidden" />
<img src={LogoWhiteIcon} alt="" className="hidden h-[24px] dark:block" />
</a>
</div>
<div className="flex gap-x-2">