Added presence

This commit is contained in:
nin0 2024-07-29 15:37:29 -04:00
parent 6f6c9f229f
commit af797ba515
7 changed files with 89 additions and 3 deletions

View file

@ -1,5 +1,6 @@
---
import Me from "../components/Me.astro";
import Presence from "../components/Presence.astro";
import Window from "../components/Window.astro";
import BaseLayout from "../layouts/BaseLayout.astro";
---
@ -7,5 +8,6 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<BaseLayout tabTitle="Home - nin0dev">
<Window title="Home" maxWidth="600px">
<Me />
<Presence />
</Window>
</BaseLayout>