chore: made some changes

This commit is contained in:
wonderlandpark 2021-03-13 19:04:35 +09:00
parent 37aad08e88
commit ee2773555d

View File

@ -182,9 +182,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, user, theme, csrfToken, setThem
/>
))}
<div className='list grid'>
<a className='text-red-600 hover:underline cursor-pointer' onKeyPress={() => {
return
}} onClick={() => setReportModal(true)}>
<a className='text-red-600 hover:underline cursor-pointer' onClick={() => setReportModal(true)} aria-hidden='true'>
<i className='far fa-flag' />
</a>