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'>
|
<div className='list grid'>
|
||||||
<a className='text-red-600 hover:underline cursor-pointer' onKeyPress={() => {
|
<a className='text-red-600 hover:underline cursor-pointer' onClick={() => setReportModal(true)} aria-hidden='true'>
|
||||||
return
|
|
||||||
}} onClick={() => setReportModal(true)}>
|
|
||||||
<i className='far fa-flag' />
|
<i className='far fa-flag' />
|
||||||
신고하기
|
신고하기
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user