Skip to content

Commit 96ac3f6

Browse files
fix header shadow (#17)
1 parent 48578f3 commit 96ac3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Link from "next/link"
22

33
export default function Header() {
44
return (
5-
<header className="bg-white shadow-sm py-4">
5+
<header className="bg-white py-4">
66
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 flex flex-col items-center justify-center">
77
<Link
88
href="/"

0 commit comments

Comments
 (0)