File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -66,68 +66,69 @@ export default function MenuButton() {
6666 </ Menu . Item >
6767 < Menu . Item >
6868 { ( { active } ) => (
69- < Link href = "/sponsors " >
69+ < Link href = "/blog " >
7070 < a
7171 className = { classNames (
7272 active
7373 ? 'bg-gray-100 text-gray-900 dark:bg-gray-700 dark:text-white'
7474 : 'text-gray-700 hover:bg-gray-200 dark:text-gray-200 dark:hover:bg-gray-700' ,
75- 'block px-4 py-2 text-base'
75+ 'block w-full px-4 py-2 text-left text-base'
7676 ) }
7777 >
78- Sponsors
78+ Blog
7979 </ a >
8080 </ Link >
8181 ) }
8282 </ Menu . Item >
8383 < Menu . Item >
8484 { ( { active } ) => (
85- < Link href = "/blog " >
85+ < Link href = "/sponsors " >
8686 < a
8787 className = { classNames (
8888 active
8989 ? 'bg-gray-100 text-gray-900 dark:bg-gray-700 dark:text-white'
9090 : 'text-gray-700 hover:bg-gray-200 dark:text-gray-200 dark:hover:bg-gray-700' ,
91- 'block w-full px-4 py-2 text-left text-base'
91+ 'block px-4 py-2 text-base'
9292 ) }
9393 >
94- Blog
94+ Sponsors
9595 </ a >
9696 </ Link >
9797 ) }
9898 </ Menu . Item >
9999 < Menu . Item >
100100 { ( { active } ) => (
101- < Link href = "/license " >
101+ < Link href = "/changelog " >
102102 < a
103103 className = { classNames (
104104 active
105105 ? 'bg-gray-100 text-gray-900 dark:bg-gray-700 dark:text-white'
106106 : 'text-gray-700 hover:bg-gray-200 dark:text-gray-200 dark:hover:bg-gray-700' ,
107- 'block px-4 py-2 text-base'
107+ 'block w-full px-4 py-2 text-left text-base'
108108 ) }
109109 >
110- License
110+ Changelog
111111 </ a >
112112 </ Link >
113113 ) }
114114 </ Menu . Item >
115115 < Menu . Item >
116116 { ( { active } ) => (
117- < Link href = "/changelog " >
117+ < Link href = "/license " >
118118 < a
119119 className = { classNames (
120120 active
121121 ? 'bg-gray-100 text-gray-900 dark:bg-gray-700 dark:text-white'
122122 : 'text-gray-700 hover:bg-gray-200 dark:text-gray-200 dark:hover:bg-gray-700' ,
123- 'block w-full px-4 py-2 text-left text-base'
123+ 'block px-4 py-2 text-base'
124124 ) }
125125 >
126- Change Log
126+ License
127127 </ a >
128128 </ Link >
129129 ) }
130130 </ Menu . Item >
131+
131132 < Menu . Item >
132133 { ( { active } ) => (
133134 < Link href = "https://github.com/javaistic/javaistic" >
You can’t perform that action at this time.
0 commit comments