Reduce size of Ad icon
This commit is contained in:
parent
bfdd3a3d50
commit
e0056d4931
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue