Skip to content

Commit a4e763a

Browse files
committed
ui!: remove footer copyright
1 parent b0d5d30 commit a4e763a

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ export default defineNuxtModule<ModuleOptions>({
3131

3232
// Footer
3333
footer: {
34-
copyright: '',
3534
cta: {
3635
show: false,
3736
title: '',

src/runtime/components/app/AppFooter.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ const footerSecondaryLinks = nuxtifyConfig.navigation?.altSecondary
7878
sm="9"
7979
>
8080
<small>
81-
<!-- Copyright -->
82-
©
83-
{{
84-
nuxtifyConfig.footer?.copyright
85-
|| nuxtifyConfig.brand?.name
86-
|| nuxtifyConfig.brand?.domain
87-
}}.
88-
8981
<!-- Credits -->
9082
{{ nuxtifyConfig.credits?.prependText }}
9183
<span v-if="nuxtifyConfig.credits?.creator?.name">

src/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ interface PageModuleOptions {
1515
* Footer options
1616
*/
1717
footer?: {
18-
copyright?: string
1918
cta?: {
2019
show?: boolean
2120
title?: string

0 commit comments

Comments
 (0)