From 79f5be4170821644fe0597eb464853a5d411c2da Mon Sep 17 00:00:00 2001
From: Angelo Geant Gaviola <43493935+KiDxS@users.noreply.github.com>
Date: Tue, 14 May 2024 17:04:23 +0800
Subject: [PATCH] Fixed notification preferences URL in email

---
 .../Notifications/Messages/BaseActivityNotification.php         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Activity/Notifications/Messages/BaseActivityNotification.php b/app/Activity/Notifications/Messages/BaseActivityNotification.php
index ca86eb81b..067cd8f66 100644
--- a/app/Activity/Notifications/Messages/BaseActivityNotification.php
+++ b/app/Activity/Notifications/Messages/BaseActivityNotification.php
@@ -43,7 +43,7 @@ abstract class BaseActivityNotification extends MailNotification
     protected function buildReasonFooterLine(LocaleDefinition $locale): LinkedMailMessageLine
     {
         return new LinkedMailMessageLine(
-            url('/preferences/notifications'),
+            url('/my-account/notifications'),
             $locale->trans('notifications.footer_reason'),
             $locale->trans('notifications.footer_reason_link'),
         );