feat(ui): Add a clickable link to the header logo

Might as well drive traffic to you :)
This commit is contained in:
Marc Brooks 2025-05-22 06:08:38 -05:00
parent b822b73a03
commit 2861df3c17
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
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">