diff --git a/src/components/NcEmptyContent/NcEmptyContent.vue b/src/components/NcEmptyContent/NcEmptyContent.vue index 0ba62985aa..fe8c618f99 100644 --- a/src/components/NcEmptyContent/NcEmptyContent.vue +++ b/src/components/NcEmptyContent/NcEmptyContent.vue @@ -48,7 +48,8 @@ export default { ``` You can also customize the name using the `#name` slot -and add actions. +and add actions. But to keep the style consistent across Nextcloud +consider only using header elements as the root elements for the name slot. ```