chore: Cleanup class

This commit is contained in:
Sidharth Vinod
2025-02-14 13:39:04 +05:30
parent 7e043e7e7e
commit 1df59ae5dd
+3 -5
View File
@@ -123,11 +123,9 @@
out:fade={{ duration: 1000 }}>
<span class="text-sm tracking-wider">{currentTagline.label}</span>
<button
class="rounded p-0.5 px-2 text-sm font-semibold tracking-wide {design === 1
? 'bg-[#2E2183]'
: design === 2
? 'bg-[#E0095F]'
: ''}">Try now</button>
class="rounded p-0.5 px-2 text-sm font-semibold tracking-wide"
class:bg-[#2E2183]={design === 1}
class:bg-[#E0095F]={design === 2}>Try now</button>
</a>
{/key}
</div>