diff options
Diffstat (limited to 'apps/website/src/pages/index.astro')
-rw-r--r-- | apps/website/src/pages/index.astro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 200867d..c078345 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -107,19 +107,19 @@ import Layout from '@layouts/Layout.astro'; We're a group of passionate, self-driven designers, developers, and modders creating mods and libraries for the Minecraft community. </Paragraph> <div class="mt-3 flex flex-row gap-y-6 gap-x-8 text-base font-semibold leading-7 text-gray-600 lg:gap-x-10"> - <Button style="secondary" size="sm" iconLeft="link-external">Meet the team</Button> + <Button style="secondary" size="sm" iconLeft="user">Meet the team</Button> </div> </div> </div> <div class="flex justify-start md:justify-end mb-20 lg:-mr-10"> - <div class="flex flex-col"> + <div class="flex flex-col text-right"> <Header class="text-5xl font-bold tracking-tight text-navy-peony mt-8"> Our commitment </Header> <Paragraph class="mt-3 text-md leading-8 text-navy-peony"> Above all, we're committed to bringing quality, open sourced tools built <br> around usability, accessibility to the greater modding community. </Paragraph> - <div class="flex flex-row justify-start items-start mt-3 gap-y-6 text-base font-semibold leading-7 text-brand-600 gap-x-4"> + <div class="flex flex-row justify-end items-end mt-3 gap-y-6 text-base font-semibold leading-7 text-brand-600 gap-x-4"> <Button iconLeft="book-open" size="sm" href="/oss">Why open source?</Button> <Button iconLeft="github" style="secondary" size="sm" href={configConst.socials.github}>GitHub</Button> </div> |