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 aa0a142 commit dd14aa1Copy full SHA for dd14aa1
src/runtime/components/app/AppCredits.vue
@@ -6,7 +6,7 @@ const nuxtifyConfig = useNuxtifyConfig()
6
</script>
7
8
<template>
9
- <span v-if="nuxtifyConfig.credits?.prependText || nuxtifyConfig.credits?.creator?.name || nuxtifyConfig.credits?.appendText || nuxtifyConfig.credits?.showPoweredBy">
+ <div v-if="nuxtifyConfig.credits?.prependText || nuxtifyConfig.credits?.creator?.name || nuxtifyConfig.credits?.appendText || nuxtifyConfig.credits?.showPoweredBy">
10
<small>
11
<!-- Prepend text -->
12
<span
@@ -42,7 +42,7 @@ const nuxtifyConfig = useNuxtifyConfig()
42
>Powered by Nuxtify</a>.
43
</span>
44
</small>
45
- </span>
+ </div>
46
</template>
47
48
<style scoped>
0 commit comments