File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ export default defineNuxtModule<ModuleOptions>({
31
31
32
32
// Footer
33
33
footer : {
34
- copyright : '' ,
35
34
cta : {
36
35
show : false ,
37
36
title : '' ,
Original file line number Diff line number Diff line change @@ -78,14 +78,6 @@ const footerSecondaryLinks = nuxtifyConfig.navigation?.altSecondary
78
78
sm =" 9"
79
79
>
80
80
<small >
81
- <!-- Copyright -->
82
- ©
83
- {{
84
- nuxtifyConfig.footer?.copyright
85
- || nuxtifyConfig.brand?.name
86
- || nuxtifyConfig.brand?.domain
87
- }}.
88
-
89
81
<!-- Credits -->
90
82
{{ nuxtifyConfig.credits?.prependText }}
91
83
<span v-if =" nuxtifyConfig.credits?.creator?.name" >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ interface PageModuleOptions {
15
15
* Footer options
16
16
*/
17
17
footer ?: {
18
- copyright ?: string
19
18
cta ?: {
20
19
show ?: boolean
21
20
title ?: string
You can’t perform that action at this time.
0 commit comments