Skip to content

Commit

Permalink
Update demos.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg authored Jan 18, 2024
1 parent a380504 commit 810ccaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/demos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const posts = await Astro.glob('./demos/*.mdx');
<div class="flex justify-center text-center gap-8 pt-16 pb-8 px-8 md:px-0">
<div>
<h1 class="font-mono text-xl my-auto md:text-3xl">Demos</h1>

<p>All demos here run natively in you browser using Webassembly (WASM)</p>
<div class="divide-y divide-dotted pt-4">
{posts.map(post =>
<a href={post.url} class="flex flex-col gap-2 py-4 group">
Expand All @@ -18,4 +18,4 @@ const posts = await Astro.glob('./demos/*.mdx');
</div>
</div>
</div>
</Layout>
</Layout>

0 comments on commit 810ccaf

Please sign in to comment.