fix: tailwind size

This commit is contained in:
Danish Arora 2025-06-06 16:42:30 +05:30
parent a4fc3c1aaf
commit bf0ccda6ed
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E

View File

@ -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>
)}