Skip to content

Commit 18123a3

Browse files
committed
fix(footer): update Terms of Service link to include full path
1 parent 06c9ba8 commit 18123a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export default defineConfig({
100100
// Footer
101101
footer: {
102102
message: `<span>Released under the <a href="https://github.com/senchabot-opensource/monorepo/blob/dev/LICENSE">GPL-3.0 License</a></span>`,
103-
copyright: `<span>Copyright © ${new Date().getFullYear()} <a href="https://github.com/senchabot-opensource">Senchabot</a></span><span><a href="https://senchabot.app/terms" target="_blank" rel="noopener">Terms of Service</a> • <a href="https://senchabot.app/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a></span>`
103+
copyright: `<span>Copyright © ${new Date().getFullYear()} <a href="https://github.com/senchabot-opensource">Senchabot</a></span><span><a href="https://senchabot.app/terms-of-service" target="_blank" rel="noopener">Terms of Service</a> • <a href="https://senchabot.app/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a></span>`
104104
},
105105
search: {
106106
provider: 'local',

docs/.vitepress/theme/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Copyright © {{ new Date().getFullYear() }} <a href="https://github.com/senchabot-opensource">Senchabot</a>
88
</span>
99
<span>
10-
<a href="https://senchabot.app/terms" target="_blank" rel="noopener">Terms of Service</a>
10+
<a href="https://senchabot.app/terms-of-service" target="_blank" rel="noopener">Terms of Service</a>
1111
1212
<a href="https://senchabot.app/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a>
1313
</span>

0 commit comments

Comments
 (0)