Skip to content

Commit b7bb513

Browse files
committed
Protypes pricing page for ddev.com
1 parent 387d816 commit b7bb513

File tree

2 files changed

+306
-4
lines changed

2 files changed

+306
-4
lines changed

src/components/Header.astro

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,25 @@ import {
8787
target="_blank">Docs</a
8888
>
8989
</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>
9097
<li class="mx-4">
9198
<a class="font-bold whitespace-nowrap dark:text-white" href="/blog" rel="prefetch"
9299
>Blog</a
93100
>
94101
</li>
95-
<li class="mx-4">
102+
<!-- <li class="mx-4">
96103
<a
97104
class="font-bold whitespace-nowrap dark:text-white"
98105
href={GITHUB_URL}
99106
target="_blank">GitHub</a
100107
>
101-
</li>
108+
</li> -->
102109
<li class="mx-4">
103110
<a
104111
class="font-bold whitespace-nowrap dark:text-white"
@@ -139,20 +146,27 @@ import {
139146
target="_blank">Docs</a
140147
>
141148
</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>
142156
<li>
143157
<a
144158
class="font-bold block py-3 px-4 text-lg border-t border-dotted"
145159
href="/blog"
146160
rel="prefetch">Blog</a
147161
>
148162
</li>
149-
<li>
163+
<!-- <li>
150164
<a
151165
class="font-bold block py-3 px-4 text-lg border-t border-dotted"
152166
href={GITHUB_URL}
153167
target="_blank">GitHub</a
154168
>
155-
</li>
169+
</li> -->
156170
<li>
157171
<a
158172
class="font-bold block py-3 px-4 text-lg border-t border-dotted"

0 commit comments

Comments
 (0)