mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
style: prettier
This commit is contained in:
parent
c4224bb192
commit
0bec52aebc
@ -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"
|
||||||
>
|
>
|
||||||
초대하기
|
초대하기
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user