File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ const Home = (props: any) => {
622622 href = 'https://opencollective.com/json-schema/contribute/golden-sponsor-68354/checkout?interval=month& amount = 1000 & name = & legalName = & email = '
623623 target = '_blank'
624624 rel = 'noreferrer'
625- className = 'w-[310px] h-[180px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3'
625+ className = 'w-[310px] h-[180px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3 transition-transform duration-300 hover:scale-105 '
626626 >
627627 < svg
628628 xmlns = 'http://www.w3.org/2000/svg'
@@ -647,7 +647,7 @@ const Home = (props: any) => {
647647 href = 'https://opencollective.com/json-schema/contribute/silver-sponsor-68353/checkout?interval=month& amount = 500 & name = & legalName = & email = '
648648 target = '_blank'
649649 rel = 'noreferrer'
650- className = 'w-[200px] h-[120px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3'
650+ className = 'w-[200px] h-[120px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3 transition-transform duration-300 hover:scale-105 '
651651 >
652652 < svg
653653 xmlns = 'http://www.w3.org/2000/svg'
@@ -896,7 +896,7 @@ for Accounting integrations'
896896 href = 'https://opencollective.com/json-schema/contribute/sponsor-10816/checkout?interval=month& amount = 100 & name = & legalName = & email = '
897897 target = '_blank'
898898 rel = 'noreferrer'
899- className = 'w-[155px] md:w-[176px] h-[44px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3'
899+ className = 'w-[155px] md:w-[176px] h-[44px] mx-auto rounded-lg bg-primary text-white font-semibold flex items-center justify-center space-x-2 cursor-pointer px-3 transition-transform duration-300 hover:scale-105 '
900900 >
901901 < svg
902902 xmlns = 'http://www.w3.org/2000/svg'
You can’t perform that action at this time.
0 commit comments