Added invite link to home page
This commit is contained in:
parent
b538eb5065
commit
2d06e93299
2 changed files with 1 additions and 2 deletions
|
@ -65,7 +65,6 @@ export default function Hero({
|
||||||
px="4"
|
px="4"
|
||||||
lineHeight="1"
|
lineHeight="1"
|
||||||
size="md"
|
size="md"
|
||||||
onClick={()=>{signIn()}}
|
|
||||||
>
|
>
|
||||||
{ctaText}
|
{ctaText}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
@ -35,7 +35,7 @@ export default function Home() {
|
||||||
|
|
||||||
<>
|
<>
|
||||||
{!session && <>
|
{!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 />
|
<Features />
|
||||||
<CTA />
|
<CTA />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Reference in a new issue