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 cf4e5b0 commit 5f616fcCopy full SHA for 5f616fc
1 file changed
src/components/shared/Footer.astro
@@ -154,13 +154,13 @@ const socialLinks = [
154
</p>
155
<div class="flex flex-wrap justify-center sm:justify-end gap-4">
156
<a
157
- href="https://legal.junnovate.com/kodular/privacy/"
+ href="https://policies.kodular.io/privacy/"
158
class="hover:text-primary-600 transition-colors duration-200"
159
>
160
Privacy Policy
161
</a>
162
163
- href="https://legal.junnovate.com/kodular/tos/"
+ href="https://policies.kodular.io/terms/"
164
165
166
Terms of Service
0 commit comments