File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { BigText , InlineCode , Paragraph , Widont } from '@/components/home/common'
2
2
import { Footer } from '@/components/home/Footer'
3
3
import { Hero } from '@/components/home/Hero'
4
+ import MenuButton from '@/components/home/Menu'
4
5
import { Newsletter } from '@/components/home/Newsletter'
5
6
import { OpenSource } from '@/components/home/OpenSource'
6
7
import { Logo } from '@/components/Logo'
@@ -46,17 +47,17 @@ export default function Home() {
46
47
</ a >
47
48
</ NextLink >
48
49
</ div >
49
- < div className = "flex items-center space-x-6 sm:space-x-10 ml-6 sm:ml-2" >
50
+ < div className = "flex items-center space-x-4 sm:space-x-6 ml-6 sm:ml-2" >
50
51
< Search />
51
52
< NextLink href = "/docs" >
52
- < a className = "text-base leading-6 font-medium hover:text-gray-600 transition-colors duration-200 py-2" >
53
- < span className = "sm:hidden" > Docs</ span >
53
+ < 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" >
54
54
< span className = "hidden sm:inline" > Documentation</ span >
55
55
</ a >
56
56
</ NextLink >
57
+ < MenuButton />
57
58
< a
58
59
href = "https://github.com/javaistic/javaistic"
59
- className = "text-gray-400 hover:text-gray-500 transition-colors duration-200"
60
+ className = "hidden sm:inline text-gray-400 hover:text-gray-500 transition-colors duration-200"
60
61
>
61
62
< span className = "sr-only" > Javaistic on GitHub</ span >
62
63
< svg width = "24" height = "24" viewBox = "0 0 16 16" fill = "currentColor" >
You can’t perform that action at this time.
0 commit comments