Skip to content

Commit 715d448

Browse files
authored
Merge pull request #1348 from onflow/brian-doyle/fix-link-hand-homepage
Add hover to start with cadence link
2 parents 65ea205 + 2245d32 commit 715d448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/design-system/src/lib/Pages/HomePage/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const HeroSection: React.FC = () => {
4444
});
4545
window.location.href = '/build/getting-started/contract-interaction';
4646
}}
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"
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 cursor-pointer"
4848
style={{ background: 'transparent' }}
4949
>
5050
Start with Cadence

0 commit comments

Comments
 (0)