diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-07 14:06:40 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-07 14:06:40 +0100 |
commit | b5e0f464afff6f58b3ac40c9aa5859dfd326bab5 (patch) | |
tree | 0bf364ba9a794ef798591abe50bcc4de3c72e20d /apps/website/src/pages/about.astro | |
parent | 9e95047521bd886e3104532712eb929d2e475c6d (diff) | |
download | Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.tar.gz Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.tar.bz2 Nexus-b5e0f464afff6f58b3ac40c9aa5859dfd326bab5.zip |
TOS + Privacy
Diffstat (limited to 'apps/website/src/pages/about.astro')
-rw-r--r-- | apps/website/src/pages/about.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/about.astro b/apps/website/src/pages/about.astro index 11568d3..035d3ae 100644 --- a/apps/website/src/pages/about.astro +++ b/apps/website/src/pages/about.astro @@ -11,7 +11,7 @@ import Layout from '@layouts/Layout.astro'; <Section class="flex-col justify-center items-center h-screen max-h-4/5-screen md:max-h-[600px] md:min-h-[400px]"> <div class="max-w-[600px] flex flex-col text-center justify-center items-center gap-y-2"> <Header align="center" size="xxl" class="text-navy-peony">Our journey</Header> - <Paragraph size="lg" class="text-blue-gray">From an aspring team just trying to make a cool thing, to what we now call Polyfrost, we've made a lot of progress.</Paragraph> + <Paragraph size="lg" class="text-blue-gray">From an aspiring team just trying to make a cool thing, to what we now call Polyfrost, we've made a lot of progress.</Paragraph> </div> </Section> |