typo: fixed typo issue

This commit is contained in:
Junseo Park 2021-11-19 22:49:24 +09:00 committed by GitHub
parent 52247d0d3d
commit 9d6e2dc73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ const Servers: NextPage<ServersProps> = ({ data, desc, date, user, theme }) => {
<p> , .</p>
{
owners?.find(el => el.id === user?.id) && <>
<h3 className='text-md font-bold pt-2'> !</h3>
<h3 className='text-md font-bold pt-2'> !</h3>
<p> <a className='text-blue-600 hover:text-blue-500 cursor-pointer' href={`${DiscordEnpoints.InviteApplication(DSKR_BOT_ID, {}, 'bot', null, data.id)}&disable_guild_select=true`}></a> !</p>
</>
}