mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
feat: add membership link and remove membership.md
This commit is contained in:
parent
d4765db614
commit
90de2fcc3c
3 changed files with 3 additions and 14 deletions
|
@ -39,9 +39,7 @@ import core from "../core.json";
|
|||
€100 / Year
|
||||
</span>
|
||||
</div>
|
||||
<a class="button" href={core.links.manifesto}
|
||||
><button>LEARN MORE</button></a
|
||||
>
|
||||
<a class="button" href="/membership"><button>LEARN MORE</button></a>
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
|
@ -81,9 +79,7 @@ import core from "../core.json";
|
|||
Variable tiers
|
||||
</span>
|
||||
</div>
|
||||
<a class="button" href={core.links.manifesto}
|
||||
><button>LEARN MORE</button></a
|
||||
>
|
||||
<a class="button" href="/membership"><button>LEARN MORE</button></a>
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
|
|
|
@ -24,6 +24,7 @@ header:
|
|||
link: docs
|
||||
- name: Membership
|
||||
link: membership
|
||||
url: /membership
|
||||
#- name: Manifesto
|
||||
# url: /manifesto
|
||||
rightMenu:
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
layout: ../layouts/markdown.astro
|
||||
title: Membership
|
||||
---
|
||||
|
||||
# hello
|
||||
|
||||
This is a test page
|
Loading…
Reference in a new issue