style: class useless

This commit is contained in:
Michel Roux 2024-01-14 11:22:52 +01:00
parent bba6803b5b
commit 515f00fffc
1 changed files with 2 additions and 2 deletions

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>