We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528f49e commit 3f39ecfCopy full SHA for 3f39ecf
1 file changed
lib/uptimer_web/live/home_live.html.heex
@@ -234,7 +234,7 @@
234
<!-- Twitter/X Icon -->
235
<!-- Privacy Policy Icon -->
236
<a
237
- href="/privacy"
+ href="/privacy-policy"
238
class="text-gray-400 hover:text-white transition-all duration-300 ease-in-out transform hover:scale-110"
239
aria-label="Privacy Policy"
240
title="Privacy Policy"
@@ -244,7 +244,7 @@
244
245
<!-- Terms of Service Icon -->
246
247
- href="/terms"
+ href="/terms-of-service"
248
249
aria-label="Terms of Service"
250
title="Terms of Service"
0 commit comments