Skip to content

Commit 7faecd3

Browse files
[autofix.ci] apply automated fixes
1 parent 24df2c1 commit 7faecd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Link/Base.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const props = withDefaults(
1212
type?: never
1313
variant?: 'button-primary' | 'button-secondary' | 'link'
1414
size?: 'small' | 'medium'
15-
'iconSize'?: 'sm' | 'md' | 'lg'
15+
iconSize?: 'sm' | 'md' | 'lg'
1616
1717
ariaKeyshortcuts?: string
1818

0 commit comments

Comments
 (0)