Skip to content

Commit 4f0d096

Browse files
committed
fix: remove buttonVariant prop from ProjectCard component
1 parent 030aa18 commit 4f0d096

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ProjectCard.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ interface Props {
8181
icon: string;
8282
status: 'available' | 'coming-soon' | 'interactive';
8383
statusLabel: string;
84-
buttonVariant: 'primary' | 'disabled';
8584
buttonLabel: string;
8685
buttonIcon: string;
8786
buttonHref?: string;

0 commit comments

Comments
 (0)