Skip to content

Commit 45b5015

Browse files
fix: code format
1 parent 3f5ebef commit 45b5015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Sections/Header/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const NAVIGATION = [
1616
];
1717

1818
export const Header: FC = () => (
19-
<header className='flex w-full flex-col flex-wrap items-center justify-between gap-2 border-gray-600 border-b-2 bg-gray-50 px-4 py-2 text-gray-600 sm:flex-row dark:bg-gray-900 dark:text-gray-300'>
19+
<header className="flex w-full flex-col flex-wrap items-center justify-between gap-2 border-gray-600 border-b-2 bg-gray-50 px-4 py-2 text-gray-600 sm:flex-row dark:bg-gray-900 dark:text-gray-300">
2020
<Link
2121
href="/"
2222
className="inline-flex cursor-pointer items-center gap-2 rounded px-1 py-0.5 text-lg hover:bg-gray-200 hover:dark:bg-gray-800"

0 commit comments

Comments
 (0)