We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b1b5a commit 96141d2Copy full SHA for 96141d2
themes/proxio/components/Hero.js
@@ -84,7 +84,7 @@ export const Hero = props => {
84
href={siteConfig('PROXIO_HERO_BUTTON_2_URL', '')}
85
className='inline-flex items-center justify-center rounded-2xl bg-white px-7 py-[14px] text-center text-base font-medium text-dark shadow-1 transition duration-300 ease-in-out hover:bg-gray-2'>
86
{PROXIO_HERO_BUTTON_2_ICON && (
87
- <img className='mr-4' src={PROXIO_HERO_BUTTON_2_ICON} />
+ <img className='mr-4 w-5' src={PROXIO_HERO_BUTTON_2_ICON} />
88
)}
89
{PROXIO_HERO_BUTTON_2_TEXT}
90
</SmartLink>
0 commit comments