File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ async function handleSubmit() {
201
201
<span v-if =" showPrivacy" >
202
202
By signing up you agree to the
203
203
<NuxtLink
204
- :to =" nuxtifyConfig.pages?. policies?.privacyUrl"
204
+ :to =" nuxtifyConfig.policies?.privacyUrl"
205
205
:class =" `text-decoration-none ${
206
206
dark ? 'text-grey-lighten-2' : 'text-medium-emphasis'
207
207
}`"
Original file line number Diff line number Diff line change @@ -87,22 +87,22 @@ const footerSecondaryLinks = nuxtifyConfig.navigation?.footerSecondary
87
87
}}.
88
88
89
89
<!-- Credits -->
90
- {{ nuxtifyConfig.footer?. credits?.prependText }}
91
- <span v-if =" nuxtifyConfig.footer?. credits?.creator?.name" >
90
+ {{ nuxtifyConfig.credits?.prependText }}
91
+ <span v-if =" nuxtifyConfig.credits?.creator?.name" >
92
92
<a
93
- v-if =" nuxtifyConfig.footer. credits.creator.domain"
94
- :href =" `https://${nuxtifyConfig.footer. credits.creator.domain}/?utm_source=${nuxtifyConfig.brand?.domain}&utm_medium=referral&utm_campaign=createdby`"
93
+ v-if =" nuxtifyConfig.credits.creator.domain"
94
+ :href =" `https://${nuxtifyConfig.credits.creator.domain}/?utm_source=${nuxtifyConfig.brand?.domain}&utm_medium=referral&utm_campaign=createdby`"
95
95
target =" _blank"
96
96
rel =" noopener nofollow"
97
97
class =" font-weight-bold"
98
- >{{ nuxtifyConfig.footer?. credits?.creator?.name }}</a ><span v-else >{{ nuxtifyConfig.footer? .credits?.creator?.name }}</span >.
98
+ >{{ nuxtifyConfig.credits?.creator?.name }}</a ><span v-else >{{ nuxtifyConfig.credits?.creator?.name }}</span >.
99
99
</span >
100
100
101
101
<!-- Message -->
102
- {{ nuxtifyConfig.footer?. credits?.appendText }}
102
+ {{ nuxtifyConfig.credits?.appendText }}
103
103
104
104
<!-- Powered By -->
105
- <span v-if =" nuxtifyConfig.footer?. credits?.showPoweredBy" >
105
+ <span v-if =" nuxtifyConfig.credits?.showPoweredBy" >
106
106
<a
107
107
:href =" `https://nuxtify.dev/?utm_source=${nuxtifyConfig.brand?.domain}&utm_medium=referral&utm_campaign=poweredby`"
108
108
target =" _blank"
You can’t perform that action at this time.
0 commit comments