File tree Expand file tree Collapse file tree 2 files changed +306
-4
lines changed
Expand file tree Collapse file tree 2 files changed +306
-4
lines changed Original file line number Diff line number Diff line change @@ -90,18 +90,25 @@ import SponsorsBanner from "./SponsorsBanner.astro"
9090 target =" _blank" >Docs</a
9191 >
9292 </li >
93+ <li class =" mx-4" >
94+ <a
95+ class =" font-bold whitespace-nowrap dark:text-white"
96+ href =" /pricing"
97+ >Pricing</a
98+ >
99+ </li >
93100 <li class =" mx-4" >
94101 <a class =" font-bold whitespace-nowrap dark:text-white" href =" /blog" rel =" prefetch"
95102 >Blog</a
96103 >
97104 </li >
98- <li class =" mx-4" >
105+ <!-- < li class="mx-4">
99106 <a
100107 class="font-bold whitespace-nowrap dark:text-white"
101108 href={GITHUB_URL}
102109 target="_blank">GitHub</a
103110 >
104- </li >
111+ </li> -->
105112 <li class =" mx-4" >
106113 <a
107114 class =" font-bold whitespace-nowrap dark:text-white"
@@ -142,20 +149,27 @@ import SponsorsBanner from "./SponsorsBanner.astro"
142149 target =" _blank" >Docs</a
143150 >
144151 </li >
152+ <li >
153+ <a
154+ class =" font-bold block py-3 px-4 text-lg border-t border-dotted"
155+ href =" /pricing"
156+ rel =" prefetch" >Pricing</a
157+ >
158+ </li >
145159 <li >
146160 <a
147161 class =" font-bold block py-3 px-4 text-lg border-t border-dotted"
148162 href =" /blog"
149163 rel =" prefetch" >Blog</a
150164 >
151165 </li >
152- <li >
166+ <!-- < li>
153167 <a
154168 class="font-bold block py-3 px-4 text-lg border-t border-dotted"
155169 href={GITHUB_URL}
156170 target="_blank">GitHub</a
157171 >
158- </li >
172+ </li> -->
159173 <li >
160174 <a
161175 class =" font-bold block py-3 px-4 text-lg border-t border-dotted"
You can’t perform that action at this time.
0 commit comments