We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b33a7e5 commit 8fecddbCopy full SHA for 8fecddb
components/Sections/Header/index.tsx
@@ -16,7 +16,7 @@ const NAVIGATION = [
16
];
17
18
export const Header: FC = () => (
19
- <header className="flex h-16 w-full items-center justify-between border-gray-600 border-b-2 bg-gray-50 px-4 text-gray-600 dark:text-gray-300dark:bg-gray-900">
+ <header className="flex h-16 w-full items-center justify-between border-gray-600 border-b-2 bg-gray-50 px-4 text-gray-600 dark:bg-gray-900 dark:text-gray-300">
20
<Link
21
href="/"
22
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