Skip to content

Commit

Permalink
Revert Header
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Apr 27, 2024
1 parent 960342d commit 0ae7a82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@ import Navbar from '@/components/Navbar';

interface Props {
text: string;
image?: JSX.Element,
}

const Header = (props: Props) => {
return (
<div className="bg-gradient-to-b from-royal to-white to-75%">
<Navbar />
<div className=" flex justify-center items-center">
{props.image}
</div>
<div className="px-8 h-[20vh] flex justify-center items-center">
<h1 className="text-6xl font-bold text-royal text-center">{props.text}</h1>
</div>
Expand Down

0 comments on commit 0ae7a82

Please sign in to comment.