Skip to content

Commit

Permalink
Header blur 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Taeyoon-dev committed Aug 28, 2024
1 parent 8b21586 commit 17b9c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/pages/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Landing = () => {
return (
<>
{/* Header */}
<div className="w-full h-fit px-10 flex items-center justify-center bg-gradient-to-b blur-sm from-black/40 to-black/0 fixed">
<div className="w-full h-fit px-10 flex items-center justify-center bg-gradient-to-b from-black/40 to-black/0 fixed">
<Logo className="w-[71px] h-[24px] mr-[1234px]" />
<div
className="px-5 py-2.5 my-[17px] border border-[#6D6D6D] rounded-3xl text-white cursor-pointer bg-[#222222] hover:bg-[#6D6D6D]"
Expand Down

0 comments on commit 17b9c3e

Please sign in to comment.