aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2023-10-15 22:02:04 +0200
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2023-10-15 22:02:04 +0200
commit33197b013f3c643d6c6dada41470459d2f90b4c0 (patch)
treec7dcf86ca5e514a94f143cc7536c37da8e281fc1 /apps/website/src/pages
parent5b04166cd02bd7a7aa18e586fff75911d53011b6 (diff)
downloadNexus-33197b013f3c643d6c6dada41470459d2f90b4c0.tar.gz
Nexus-33197b013f3c643d6c6dada41470459d2f90b4c0.tar.bz2
Nexus-33197b013f3c643d6c6dada41470459d2f90b4c0.zip
Add nesting
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r--apps/website/src/pages/index.astro6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro
index a484172..837f866 100644
--- a/apps/website/src/pages/index.astro
+++ b/apps/website/src/pages/index.astro
@@ -5,6 +5,8 @@ import Logo from "@components/logos/Logo.astro";
---
<Layout>
- <Header size="xl">test</Header>
- <Header size="md">Test</Header>
+ <section>
+ <Logo size={44} logo="oneconfig.minimal" />
+ <Header size="xl">Meet <b>OneConfig</b>, the library for <b>everyone</b>.</Header>
+ </section>
</Layout>