补充按钮手形样式显示

This commit is contained in:
Eamon-meng
2026-03-13 14:30:48 +08:00
parent d83ad11241
commit a76e61beb0
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export function HeroSection() {
<FreeTrial className={[
`mt-32 max-md:mt-20 w-96 max-md:w-full h-16 md:h-24 rounded-lg shadow-lg cursor-pointer`,
`bg-linear-to-r from-blue-500 to-cyan-400 text-white text-xl lg:text-4xl`,
`bg-linear-to-r from-blue-500 to-cyan-400 text-white text-xl lg:text-4xl cursor-pointer`,
].join(' ')}/>
</Wrap>
</section>