diff options
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r-- | apps/website/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index c2835ac..f6ec7f5 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -82,7 +82,7 @@ import Layout from '@layouts/Layout.astro'; Learn more about what OneConfig is, and how it's revolutionized modding and user experience. </Paragraph> <div class="mt-10 flex items-center justify-center gap-x-4 lg:justify-start"> - <Button href="/projects/oneconfig" size="sm" iconLeft="oneconfig" style="secondary">Learn more</Button> + <Button href="/projects/oneconfig" size="sm" iconLeft="oneconfig" style="secondary">About OneConfig</Button> <Button href="/mods" size="sm" iconLeft="link-external" style="secondary">Discover mods</Button> </div> </div> |