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
Update index.js
  • Loading branch information
arghyaxcodes committed Dec 3, 2021
commit 7a29808a7b58b1aac0e1ec82a9abb3f58fe097fc
9 changes: 5 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { BigText, InlineCode, Paragraph, Widont } from '@/components/home/common'
import { Footer } from '@/components/home/Footer'
import { Hero } from '@/components/home/Hero'
import MenuButton from '@/components/home/Menu'
import { Newsletter } from '@/components/home/Newsletter'
import { OpenSource } from '@/components/home/OpenSource'
import { Logo } from '@/components/Logo'
Expand Down Expand Up @@ -46,17 +47,17 @@ export default function Home() {
</a>
</NextLink>
</div>
<div className="flex items-center space-x-6 sm:space-x-10 ml-6 sm:ml-2">
<div className="flex items-center space-x-4 sm:space-x-6 ml-6 sm:ml-2">
<Search />
<NextLink href="/docs">
<a className="text-base leading-6 font-medium hover:text-gray-600 transition-colors duration-200 py-2">
<span className="sm:hidden">Docs</span>
<a className="hidden sm:inline text-base leading-4 font-medium hover:text-gray-600 px-4 py-3 rounded-md hover:bg-gray-100 transition-colors duration-200">
<span className="hidden sm:inline">Documentation</span>
</a>
</NextLink>
<MenuButton />
<a
href="https://github.com/javaistic/javaistic"
className="text-gray-400 hover:text-gray-500 transition-colors duration-200"
className="hidden sm:inline text-gray-400 hover:text-gray-500 transition-colors duration-200"
>
<span className="sr-only">Javaistic on GitHub</span>
<svg width="24" height="24" viewBox="0 0 16 16" fill="currentColor">
Expand Down