aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2024-01-06 17:50:47 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2024-01-06 17:50:47 +0100
commitaad63445401ca710bb492928c39f0b2fc1cb4198 (patch)
treec12714a9125d1e6a237bd5224f7865396df15d80 /apps
parentfb9da0a1b57fda7d0f10f532da74aaf80c91c191 (diff)
downloadNexus-aad63445401ca710bb492928c39f0b2fc1cb4198.tar.gz
Nexus-aad63445401ca710bb492928c39f0b2fc1cb4198.tar.bz2
Nexus-aad63445401ca710bb492928c39f0b2fc1cb4198.zip
Make buttons bigger and change workflow to not run for now
Diffstat (limited to 'apps')
-rw-r--r--apps/website/config.ts4
-rw-r--r--apps/website/src/pages/about.astro4
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/website/config.ts b/apps/website/config.ts
index 6fefb23..f924f80 100644
--- a/apps/website/config.ts
+++ b/apps/website/config.ts
@@ -50,8 +50,8 @@ export const configConst = {
{
text: 'Mods',
url: '/mods',
- }
- ])
+ },
+ ]),
},
{
header: 'Organization',
diff --git a/apps/website/src/pages/about.astro b/apps/website/src/pages/about.astro
index 0d245aa..11568d3 100644
--- a/apps/website/src/pages/about.astro
+++ b/apps/website/src/pages/about.astro
@@ -57,7 +57,7 @@ import Layout from '@layouts/Layout.astro';
In the coming months, our little baby would independently surpass 200,000 views on YouTube and our community grew by around 300%. Shortly after, our first major update releases, bringing substantial customization, new animations, design overhauls, and many bug fixes.
</Paragraph>
<div class="flex">
- <Button size="sm" style="secondary" iconLeft="oneconfig" href="/projects/oneconfig">OneConfig</Button>
+ <Button style="secondary" iconLeft="oneconfig" href="/projects/oneconfig">OneConfig</Button>
</div>
</div>
</Section>
@@ -71,7 +71,7 @@ import Layout from '@layouts/Layout.astro';
It's been a long journey, with many bugs, hotfixes, mod incompatibilities, support tickets, list goes on. However, after two years of development, we finally announced the complete release of OneConfig. In November 2023, we released all our OneConfig mods out of beta and into the world.
</Paragraph>
<div class="flex">
- <Button size="sm" iconLeft="link-external" style="secondary" href="/mods">Discover Mods</Button>
+ <Button iconLeft="link-external" style="secondary" href="/mods">Discover Mods</Button>
</div>
</div>