style: class useless
All checks were successful
repod / xml (push) Successful in 31s
repod / php (push) Successful in 55s
repod / nodejs (push) Successful in 2m21s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-14 11:22:52 +01:00
parent bba6803b5b
commit 515f00fffc

View File

@ -1,5 +1,5 @@
<template>
<ul class="bar">
<ul>
<NcAppNavigationNewItem :name="t('repod', 'Add a RSS link')" @new-item="addSubscription">
<template #icon>
<Plus :size="20" />
@ -28,7 +28,7 @@ export default {
</script>
<style scoped>
.bar {
ul {
margin-top: 2rem;
}
</style>