Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen committed Nov 2, 2023
1 parent c2834da commit 6c66898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigationItem/NcAppNavigationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -772,5 +772,5 @@ export default {
</script>
<style scoped lang="scss">
@import '../../assets/NcAppNavigationItem';
@use '../../assets/NcAppNavigationItem';
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default {
</script>

<style scoped lang="scss">
@import '../../assets/NcAppNavigationItem';
@use '../../assets/NcAppNavigationItem';
.app-navigation-new-item__name {
overflow: hidden;
Expand Down

0 comments on commit 6c66898

Please sign in to comment.