Skip to content

Commit 3f39ecf

Browse files
committed
Fix broken links
1 parent 528f49e commit 3f39ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/uptimer_web/live/home_live.html.heex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<!-- Twitter/X Icon -->
235235
<!-- Privacy Policy Icon -->
236236
<a
237-
href="/privacy"
237+
href="/privacy-policy"
238238
class="text-gray-400 hover:text-white transition-all duration-300 ease-in-out transform hover:scale-110"
239239
aria-label="Privacy Policy"
240240
title="Privacy Policy"
@@ -244,7 +244,7 @@
244244

245245
<!-- Terms of Service Icon -->
246246
<a
247-
href="/terms"
247+
href="/terms-of-service"
248248
class="text-gray-400 hover:text-white transition-all duration-300 ease-in-out transform hover:scale-110"
249249
aria-label="Terms of Service"
250250
title="Terms of Service"

0 commit comments

Comments
 (0)