mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
chore: made some changes
This commit is contained in:
parent
37aad08e88
commit
ee2773555d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user