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