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"
90
90
target =" _blank" >Docs</a
91
91
>
92
92
</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 >
93
100
<li class =" mx-4" >
94
101
<a class =" font-bold whitespace-nowrap dark:text-white" href =" /blog" rel =" prefetch"
95
102
>Blog</a
96
103
>
97
104
</li >
98
- <li class =" mx-4" >
105
+ <!-- < li class="mx-4">
99
106
<a
100
107
class="font-bold whitespace-nowrap dark:text-white"
101
108
href={GITHUB_URL}
102
109
target="_blank">GitHub</a
103
110
>
104
- </li >
111
+ </li> -->
105
112
<li class =" mx-4" >
106
113
<a
107
114
class =" font-bold whitespace-nowrap dark:text-white"
@@ -142,20 +149,27 @@ import SponsorsBanner from "./SponsorsBanner.astro"
142
149
target =" _blank" >Docs</a
143
150
>
144
151
</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 >
145
159
<li >
146
160
<a
147
161
class =" font-bold block py-3 px-4 text-lg border-t border-dotted"
148
162
href =" /blog"
149
163
rel =" prefetch" >Blog</a
150
164
>
151
165
</li >
152
- <li >
166
+ <!-- < li>
153
167
<a
154
168
class="font-bold block py-3 px-4 text-lg border-t border-dotted"
155
169
href={GITHUB_URL}
156
170
target="_blank">GitHub</a
157
171
>
158
- </li >
172
+ </li> -->
159
173
<li >
160
174
<a
161
175
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