diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/website/src/pages/projects/oneconfig.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/website/src/pages/projects/oneconfig.astro b/apps/website/src/pages/projects/oneconfig.astro index c67a4fd..fcb1c7b 100644 --- a/apps/website/src/pages/projects/oneconfig.astro +++ b/apps/website/src/pages/projects/oneconfig.astro @@ -130,8 +130,7 @@ import { Code } from 'astro:components'; </Paragraph> <div class="flex items-start flex-col md:flex-row max-sm:gap-y-1 gap-x-1"> <!-- TODO: HREF --> - <Button iconLeft="link-external" style="secondary" text="Discover mods"/> - <Button iconLeft="link-external" style="ghost" text="Download a modpack"/> + <Button iconLeft="link-external" href="/mods" style="secondary" text="Discover mods"/> </div> </div> <div class="flex flex-col justify-center items-center bg-blue-100 pb-10 max-w-full overflow-x-hidden"> |