Skip to content

Commit b88ad70

Browse files
committed
style(landing): make the Star mobile CTA brand-red
Give the secondary Star button a brand-red fill (GitHub stays the dark filled button) so one CTA carries the brand accent.
1 parent d47ee22 commit b88ad70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AnimatedHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function AnimatedHero() {
6060
target="_blank"
6161
rel="noopener noreferrer"
6262
aria-label="Star opentaint on GitHub"
63-
className="inline-flex w-full items-center justify-center gap-2 rounded-lg bg-secondary px-4 py-3 font-mono text-[15px] font-medium text-foreground transition-colors hover:bg-border"
63+
className="inline-flex w-full items-center justify-center gap-2 rounded-lg bg-primary px-4 py-3 font-mono text-[15px] font-medium text-primary-foreground transition-colors hover:bg-primary/90"
6464
>
6565
<Star className="h-4 w-4" aria-hidden="true" />
6666
Star

0 commit comments

Comments
 (0)