Skip to content

Commit 495c96f

Browse files
bmartinez287rfay
authored andcommitted
Protypes pricing page for ddev.com
1 parent b47ce3f commit 495c96f

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
@@ -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"

0 commit comments

Comments
 (0)