fix(public): improve mobile experiance #2

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-13 23:46:04 +01:00
parent 3d42d49583
commit 2e4eafaa62
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ export function GithubButton() {
// }, []);
return (
<Button variant={'secondary'} asChild>
<Link href="https://git.new/openpanel" className="hidden md:block">
<Link href="https://git.new/openpanel" className="hidden md:flex">
<svg
className="w-5 h-5"
fill="currentColor"

View File

@@ -85,7 +85,7 @@ const Navbar = () => {
{/* Sign in button */}
<Button asChild>
<Link
className="hidden md:block"
className="hidden md:flex"
href="https://dashboard.openpanel.dev/login"
>
Sign in