Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Header.js
  • Loading branch information
arghyaxcodes committed Feb 6, 2022
commit 81168d83f7b41fd344966f374130a9c633637570
3 changes: 1 addition & 2 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Search } from '@/components/Search'
import clsx from 'clsx'
import Link from 'next/link'
import Router from 'next/router'
import ThemeChanger from './ThemeChanger'
import MenuButton from './home/Menu'
import ThemeChanger from './ThemeChanger'

export function Header({ navIsOpen, onNavToggle }) {
return (
Expand All @@ -29,7 +29,6 @@ export function Header({ navIsOpen, onNavToggle }) {
<div className="flex flex-shrink-0 items-center justify-end space-x-4 pl-6 sm:space-x-6 lg:w-64">
<ThemeChanger />
<MenuButton />

<a
href="https://github.com/javaistic/javaistic"
className="text-gray-400 transition-colors duration-200 hover:text-gray-600 dark:hover:text-gray-200"
Expand Down