Skip to content

Commit

Permalink
Fix footer price button style
Browse files Browse the repository at this point in the history
To match the others
  • Loading branch information
ivanalemunioz committed Nov 7, 2024
1 parent 0cd4eeb commit f195400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const { className } = Astro.props;
</a>
<a
href="/pricing"
class={cn(buttonVariants({ size: "sm", variant: 'ghost' }))}
class={cn(buttonVariants({ size: "sm", variant: 'link' }))}
>
Precio
</a>
Expand Down

0 comments on commit f195400

Please sign in to comment.