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 48578f3 commit 96ac3f6Copy full SHA for 96ac3f6
app/components/Header.tsx
@@ -2,7 +2,7 @@ import Link from "next/link"
2
3
export default function Header() {
4
return (
5
- <header className="bg-white shadow-sm py-4">
+ <header className="bg-white py-4">
6
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col items-center justify-center">
7
<Link
8
href="/"
0 commit comments