Skip to content

Update header,menu,search and other fixes. #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 25, 2022
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
Next Next commit
Update Header.js
Optimized spaces in between.
  • Loading branch information
uiuxarghya committed Jan 24, 2022
commit 9a3fd85e96252caf68617fc5edc727c464882666
6 changes: 5 additions & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import clsx from 'clsx'
import Link from 'next/link'
import Router from 'next/router'
import ThemeChanger from './ThemeChanger'
import MenuButton from './home/Menu'


export function Header({ navIsOpen, onNavToggle }) {
Expand All @@ -26,8 +27,11 @@ export function Header({ navIsOpen, onNavToggle }) {
</div>
<div className="flex-auto h-18 flex items-center justify-between px-4 sm:px-6 lg:mx-6 lg:px-0 xl:mx-8">
<Search />
<div className="lg:w-64 pl-8 flex-shrink-0 flex items-center justify-end space-x-6">
<div className="lg:w-64 pl-6 flex-shrink-0 flex items-center justify-end space-x-4 sm:space-x-6">
<ThemeChanger />
<MenuButton />


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

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy