Skip to content

Commit

Permalink
fix: cta-button props
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Apr 6, 2024
1 parent a34c2b5 commit 4104bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/cta-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import Link from 'next/link';

type BaseProps = {
text: string;
text?: string;
children?: React.ReactNode;
};

Expand Down

0 comments on commit 4104bd9

Please sign in to comment.