mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-05 06:13:11 +00:00
fix: tailwind size
This commit is contained in:
parent
a4fc3c1aaf
commit
bf0ccda6ed
@ -255,7 +255,7 @@ const PostList = () => {
|
||||
</div>
|
||||
</Link>
|
||||
{isCellAdmin && !post.moderated && (
|
||||
<Button size="xs" variant="destructive" className="ml-2" onClick={() => handleModerate(post.id)}>
|
||||
<Button size="sm" variant="destructive" className="ml-2" onClick={() => handleModerate(post.id)}>
|
||||
Moderate
|
||||
</Button>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user