From 0ccebe3c5ee295b5c632049ae55e513df3004d4e Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 12 May 2026 21:35:53 +0000
Subject: [PATCH 1/2] fix: add footer hover style to privacy policy link
Agent-Logs-Url: https://github.com/SSWConsulting/SSW.Products/sessions/c8c5fb17-ddd6-44ce-8046-e6347d9df3fb
Co-authored-by: tiagov8 <12601228+tiagov8@users.noreply.github.com>
---
components/shared/FooterContent.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/shared/FooterContent.tsx b/components/shared/FooterContent.tsx
index 22151e256..de303b114 100644
--- a/components/shared/FooterContent.tsx
+++ b/components/shared/FooterContent.tsx
@@ -69,7 +69,7 @@ export default function FooterContent({ results, hasPrivacyPolicy, locale }: Foo
© {dynamicYear} {footerTitle || "Default Footer Title"} {hasPrivacyPolicy && (
<>
{"| "}
-
+
Privacy Policy
>
From 651e76dca2fabc302416b0e6f915704d4aeb267d Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 12 May 2026 22:05:36 +0000
Subject: [PATCH 2/2] fix: use subtle footer hover for privacy link
Agent-Logs-Url: https://github.com/SSWConsulting/SSW.Products/sessions/476c0565-002b-4810-912d-be7497f7d775
Co-authored-by: tiagov8 <12601228+tiagov8@users.noreply.github.com>
---
components/shared/FooterContent.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/shared/FooterContent.tsx b/components/shared/FooterContent.tsx
index de303b114..aeb3c9046 100644
--- a/components/shared/FooterContent.tsx
+++ b/components/shared/FooterContent.tsx
@@ -69,7 +69,7 @@ export default function FooterContent({ results, hasPrivacyPolicy, locale }: Foo
© {dynamicYear} {footerTitle || "Default Footer Title"} {hasPrivacyPolicy && (
<>
{"| "}
-
+
Privacy Policy
>