Skip to content

Commit d60ecae

Browse files
fix(SupportProject): migrate NcButton type to variant prop
The 'type' prop for color variants was removed in @nextcloud/vue v9.0.0 in favour of the 'variant' prop. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent e27a6ef commit d60ecae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/Settings/SupportProject.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{{ t('libresign', 'LibreSign is developed with ❤️ by LibreCode coop. Your support helps us maintain and improve this free and open-source project.') }}
1212
</p>
1313
<div class="support-buttons">
14-
<NcButton type="primary"
14+
<NcButton variant="primary"
1515
href="https://github.com/sponsors/libresign"
1616
target="_blank"
1717
rel="noopener noreferrer">

0 commit comments

Comments
 (0)