dashboard: improve sharable in mobile

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-19 22:49:05 +01:00
parent 72b33c4481
commit 21f7475616
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ export function Logo({ className }: LogoProps) {
className={cn('text-xl font-medium flex gap-2 items-center', className)}
>
<LogoSquare className="max-h-8" />
openpanel.dev
<span>openpanel.dev</span>
</div>
);
}