小调整

This commit is contained in:
宇阳
2024-08-14 20:06:52 +08:00
parent 60e83bb5dd
commit 60730d76fb

View File

@@ -8,7 +8,7 @@ import { LuTimer } from "react-icons/lu";
import dayjs from 'dayjs';
const IconText = ({ icon, text }: { icon: React.FC; text: string }) => (
<Space>
<Space className='gap-x-1'>
{React.createElement(icon)} {text}
</Space>
);