Skip to content

Commit da94380

Browse files
committed
fix: update LinkBase size prop in InstallScripts component
1 parent 6d3840d commit da94380

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/InstallScripts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const isExpanded = shallowRef(false)
6060
<template v-if="installScripts.content?.[scriptName] && scriptParts[scriptName]">
6161
<template v-if="scriptParts[scriptName].prefix">
6262
{{ scriptParts[scriptName].prefix }}
63-
<LinkBase :to="scriptParts[scriptName].link" text="sm">
63+
<LinkBase :to="scriptParts[scriptName].link" size="sm">
6464
{{ scriptParts[scriptName].filePath }}
6565
</LinkBase>
6666
</template>

0 commit comments

Comments
 (0)