update showcase pages
This commit is contained in:
parent
6e9523db57
commit
1e767dc4fc
2 changed files with 5 additions and 5 deletions
|
@ -7,12 +7,12 @@ import GithubStats from "astro-github-stats";
|
|||
<Layout>
|
||||
<main>
|
||||
<Back url="/showcase" />
|
||||
<h1>Astro Github Stats</h1>
|
||||
<h1>Astro GitHub Stats ✨</h1>
|
||||
<GithubStats username="ayoayco" />
|
||||
<h2>Links</h2>
|
||||
<ol>
|
||||
<li>
|
||||
Github repo: <a href="https://github.com/ayoayco/astro-github-stats">astro-github-stats</a>
|
||||
GitHub repo: <a href="https://github.com/ayoayco/astro-github-stats">astro-github-stats</a>
|
||||
</li>
|
||||
<li>
|
||||
NPM registry: <a href="https://npmjs.org/astro-github-stats">astro-github-stats</a>
|
||||
|
|
|
@ -19,17 +19,17 @@ const form = new FormGroup([
|
|||
<Layout>
|
||||
<main>
|
||||
<Back url="/showcase" />
|
||||
<h1>Astro Github Stats</h1>
|
||||
<h1>Astro Reactive Form 🔥</h1>
|
||||
|
||||
<Form formGroup={form} />
|
||||
|
||||
<h2>Links</h2>
|
||||
<ol>
|
||||
<li>
|
||||
Github repo: <a href="https://github.com/ayoayco/astro-github-stats">astro-github-stats</a>
|
||||
GitHub repo: <a href="https://github.com/ayoayco/astro-reactive-form">astro-reactive-form</a>
|
||||
</li>
|
||||
<li>
|
||||
NPM registry: <a href="https://npmjs.org/astro-github-stats">astro-github-stats</a>
|
||||
NPM registry: <a href="https://npmjs.org/astro-reactive-form">astro-reactive-form</a>
|
||||
</li>
|
||||
</ol>
|
||||
<Footer />
|
||||
|
|
Loading…
Reference in a new issue