Skip to content

Commit c931634

Browse files
committed
simplify
1 parent 7f883bf commit c931634

4 files changed

Lines changed: 0 additions & 200 deletions

File tree

components/Hero.jsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ export default function Hero({ title, subtitle, children }) {
2929
<p class="mt-6 text-lg leading-8 text-text-muted">
3030
{subtitle}
3131
</p>
32-
<div class="mt-10 flex items-center justify-center gap-x-6">
33-
<a href="/intro.html" class="btn-primary">
34-
Introduction <span aria-hidden="true" class="ml-1"></span>
35-
</a>
36-
<a href="/tap-overview.html" class="btn-secondary">
37-
Technical Overview <span aria-hidden="true" class="ml-1"></span>
38-
</a>
39-
</div>
4032
<div class="mt-8 flex items-center justify-center gap-x-6">
4133
<a href="https://docs.google.com/document/d/1z16nPRjiCFGsnMqr7GiBRMCMMPBG6laaS337s4oJrEw/edit#heading=h.qhpcmvla2cvr#" class="btn-secondary">
4234
Read the TAP Whitepaper <span aria-hidden="true" class="ml-1"></span>

0 commit comments

Comments
 (0)