style: prettier

This commit is contained in:
원더 2021-01-09 15:28:48 +09:00
parent c4224bb192
commit 0bec52aebc
2 changed files with 10 additions and 5 deletions

View File

@ -73,7 +73,12 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
</a> </a>
</Link> </Link>
<a <a
href="#" rel="noopener noreferrer"
target="_blank"
href={
bot.url ??
`https://discordapp.com/oauth2/authorize?client_id=${data.id}&scope=bot&permissions=0`
}
className="bg py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg" className="bg py-3 w-full text-center text-discord-blurple hover:text-white text-sm font-bold hover:bg-discord-blurple hover:shadow-lg"
> >