fix: homepage now link
This commit is contained in:
parent
4344aa8a79
commit
7b26596b0b
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import Layout from '../layouts/Layout.astro'
|
||||
import Card from '../components/Card.astro'
|
||||
import Footer from '../components/Footer.astro'
|
||||
// import now from '../constants/now.json'
|
||||
import now from '../constants/now.json'
|
||||
---
|
||||
|
||||
<Layout>
|
||||
|
|
@ -30,10 +30,10 @@ import Footer from '../components/Footer.astro'
|
|||
Hi, I'm <span class="heavy-text">Ayo</span>!
|
||||
</h1>
|
||||
<!--a href="https://forms.ayo.run/form/tnz7FybY" class="now-wrapper"-->
|
||||
<!--a href="/now" class="now-wrapper">
|
||||
<a href="/now" class="now-wrapper">
|
||||
<span class="now-label">now</span>
|
||||
<span class="status">{now.title}</span>
|
||||
</a-->
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue