fix(public): improve mobile experiance #2
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user