Reduce size of Ad icon

This commit is contained in:
Chewbacca 2023-05-22 09:49:00 -04:00
parent bfdd3a3d50
commit e0056d4931

View file

@ -85,7 +85,7 @@ const Ad: React.FC<IAd> = ({ ad }) => {
</Text>
<Icon
className='h-5 w-5 stroke-accent-500'
className='h-4 w-4 stroke-accent-500'
src={require('@tabler/icons/timeline.svg')}
/>
</HStack>