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.
1 parent 1944848 commit 9ad03b2Copy full SHA for 9ad03b2
src/components/layout/Header.tsx
@@ -23,7 +23,7 @@ const Header = () => {
23
});
24
25
return (
26
- <header className="relative flex items-center w-full gap-4 p-4 transition-all md:px-8 md:gap-12 border-cr-primary-light/10">
+ <header className="relative flex items-center w-full gap-4 p-4 transition-all md:px-8 md:gap-12">
27
<Link color="primary" className="flex items-center justify-center text-2xl font-bold transition-all lg:text-4xl" href="/">
28
<img
29
className="object-contain transition-all text-[0px] w-10 h-10 lg:w-12 lg:h-12 rotate-30"
0 commit comments