Skip to content

Commit

Permalink
Merge pull request #54 from dnd-side-project/hotfix/lint-error
Browse files Browse the repository at this point in the history
Hotfix : lint 에러
  • Loading branch information
guesung authored Sep 11, 2023
2 parents b846d8b + e50def3 commit 511d2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Header({
...props
}: HeaderProps) {
return (
<div className="z-10 fixed inset-x-0 top-0 mx-auto max-w-440 bg-white pt-8">
<div className="fixed inset-x-0 top-0 z-10 mx-auto max-w-440 bg-white pt-8">
<header
className={`flex h-48 items-center justify-between ${className ? className : ''}`}
{...props}
Expand Down

0 comments on commit 511d2ca

Please sign in to comment.