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 ( return (
<Button variant={'secondary'} asChild> <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 <svg
className="w-5 h-5" className="w-5 h-5"
fill="currentColor" fill="currentColor"

View File

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