We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8992ed5 commit e70ef85Copy full SHA for e70ef85
1 file changed
app/components/Package/Maintainers.vue
@@ -270,12 +270,7 @@ watch(
270
/>
271
</form>
272
</div>
273
- <ButtonBase
274
- v-else
275
- type="button"
276
- class="w-full px-3 py-1.5 font-mono text-xs text-fg-muted bg-bg-subtle border border-border rounded transition-colors duration-200 hover:text-fg hover:border-border-hover focus-visible:outline-accent/70"
277
- @click="showAddOwner = true"
278
- >
+ <ButtonBase v-else type="button" @click="showAddOwner = true">
279
{{ $t('package.maintainers.add_owner') }}
280
</ButtonBase>
281
0 commit comments