Added invite link to home page

This commit is contained in:
qt-coder 2021-06-29 12:32:04 +08:00
parent b538eb5065
commit 2d06e93299
2 changed files with 1 additions and 2 deletions

View file

@ -65,7 +65,6 @@ export default function Hero({
px="4"
lineHeight="1"
size="md"
onClick={()=>{signIn()}}
>
{ctaText}
</Button>

View file

@ -35,7 +35,7 @@ export default function Home() {
<>
{!session && <>
<Hero title='Cath.exe' subtitle='Your favorite CODM bot. Cath.exe is packed to the brim with commands for moderation, stats and of course, CODM.' ctaText='Sign In' image='/logo.png' />
<Hero title='Cath.exe' subtitle='Your favorite CODM bot. Cath.exe is packed to the brim with commands for moderation, stats and of course, CODM.' ctaText='Add Cath to your server' image='/logo.png' ctaLink={"https://discord.com/api/oauth2/authorize?client_id=800966959268364288&permissions=4231314550&scope=bot%20applications.commands"}/>
<Features />
<CTA />
<Footer />