From 64e837ca740b3740b6713bc69f0ab2c5fa6e1d4f Mon Sep 17 00:00:00 2001 From: danidfra Date: Fri, 1 Nov 2024 12:12:35 -0300 Subject: [PATCH] Change classname "tombstone" to use only Tailwind --- src/components/tombstone.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tombstone.tsx b/src/components/tombstone.tsx index faaa84ee0..8e2dd1f0c 100644 --- a/src/components/tombstone.tsx +++ b/src/components/tombstone.tsx @@ -21,7 +21,7 @@ const Tombstone: React.FC = ({ id, onMoveUp, onMoveDown }) => {