Skip to content

Commit eee5ecc

Browse files
committed
cleanup
1 parent 7aa7f78 commit eee5ecc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/web/app/(site)/Navbar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const Navbar = () => {
131131

132132
return (
133133
<>
134-
<header className="fixed top-4 left-0 right-0 z-[51] md:top-10 animate-in fade-in slide-in-from-top-4 duration-500">
134+
<header className="fixed top-4 left-0 right-0 z-[51] lg:top-10 animate-in fade-in slide-in-from-top-4 duration-500">
135135
<nav className="p-2 mx-auto w-full max-w-[calc(100%-20px)] bg-white rounded-full border backdrop-blur-md lg:max-w-fit border-zinc-200 h-fit">
136136
<div className="flex gap-12 justify-between items-center mx-auto max-w-4xl h-full transition-all">
137137
<div className="flex items-center">
@@ -217,6 +217,7 @@ export const Navbar = () => {
217217
height={16}
218218
/>
219219
}
220+
target="_blank"
220221
href="https://github.com/CapSoftware/Cap"
221222
size="sm"
222223
className="w-full font-medium sm:w-auto"

apps/web/components/ui/MobileMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const externalLinks: NavLink[] = [
5757

5858
const MobileMenu: React.FC<MobileMenuProps> = ({ setShowMobileMenu, auth }) => {
5959
return (
60-
<div className="block overflow-auto fixed top-0 left-0 z-40 px-4 w-full h-full bg-gray-2 sm:hidden">
60+
<div className="block overflow-auto fixed top-0 left-0 z-40 px-4 w-full h-full bg-gray-2">
6161
<div className="pb-12">
6262
<nav className="relative mt-24 mobile">
6363
<ul className="p-0 space-y-4">

0 commit comments

Comments
 (0)