We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7eecb3 + dd374fe commit 543c1f2Copy full SHA for 543c1f2
1 file changed
client/src/components/main/Navbar.tsx
@@ -25,7 +25,7 @@ export default function Navbar() {
25
26
return (
27
<>
28
- <header className="sticky top-0 z-50 flex h-24 w-full items-center rounded-md border-b border-border/20 bg-background px-20 font-jersey10">
+ <header className="sticky top-0 z-50 flex h-24 w-full items-center border-b-2 border-border/20 border-b-primary bg-landingCard px-20 font-jersey10">
29
<div className="flex flex-1 items-center">
30
<Link
31
href="/"
0 commit comments