Skip to content

Commit

Permalink
feat: add AuthContainer component and comment out its usage in index.…
Browse files Browse the repository at this point in the history
…astro
  • Loading branch information
taciturnaxolotl committed Nov 10, 2024
1 parent b5bfca4 commit 112d4e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "normalize.css";
import "magick.css";
import Base from "../Layouts/Base.astro";
import AuthContainer from "../components/AuthContainer.astro";
---

<Base title="MagicSnap">
Expand Down Expand Up @@ -41,6 +42,12 @@ import Base from "../Layouts/Base.astro";
> and taking a look at how it all works under the hood
</p>
</section>

<!-- re-enable the code below to make it work :) -->
<!-- <section> -->
<!-- <AuthContainer /> -->
<!-- </section> -->

<section>
<h2>Features</h2>
<p>
Expand Down

0 comments on commit 112d4e9

Please sign in to comment.