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.
2 parents 65ea205 + 2245d32 commit 715d448Copy full SHA for 715d448
src/ui/design-system/src/lib/Pages/HomePage/HeroSection.tsx
@@ -44,7 +44,7 @@ const HeroSection: React.FC = () => {
44
});
45
window.location.href = '/build/getting-started/contract-interaction';
46
}}
47
- className="px-6 py-2 rounded-lg bg-transparent text-black dark:text-white underline font-bold text-base border-none shadow-none focus:outline-none focus:underline hover:underline transition-colors text-center"
+ className="px-6 py-2 rounded-lg bg-transparent text-black dark:text-white underline font-bold text-base border-none shadow-none focus:outline-none focus:underline hover:underline transition-colors text-center cursor-pointer"
48
style={{ background: 'transparent' }}
49
>
50
Start with Cadence
0 commit comments