Skip to content

Commit 96141d2

Browse files
authored
更新 Hero.js
1 parent 06b1b5a commit 96141d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/proxio/components/Hero.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const Hero = props => {
8484
href={siteConfig('PROXIO_HERO_BUTTON_2_URL', '')}
8585
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'>
8686
{PROXIO_HERO_BUTTON_2_ICON && (
87-
<img className='mr-4' src={PROXIO_HERO_BUTTON_2_ICON} />
87+
<img className='mr-4 w-5' src={PROXIO_HERO_BUTTON_2_ICON} />
8888
)}
8989
{PROXIO_HERO_BUTTON_2_TEXT}
9090
</SmartLink>

0 commit comments

Comments
 (0)