mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-04-16 23:08:38 +02:00
Fix terms and privacy URLs links in Footer component (#6124)
Fix the issue #6104
This commit is contained in:
@@ -36,8 +36,8 @@ export default function Footer({
|
||||
const { showCookiePreferences } = useCookieConsent({ analyticsEnabled: finalAnalyticsEnabled, forceLightMode });
|
||||
|
||||
// Default URLs
|
||||
const defaultTermsUrl = "https://www.stirling.com/legal/terms-of-service";
|
||||
const defaultPrivacyUrl = "https://www.stirling.com/legal/privacy-policy";
|
||||
const defaultTermsUrl = "https://www.stirling.com/terms";
|
||||
const defaultPrivacyUrl = "https://www.stirling.com/privacy";
|
||||
const defaultAccessibilityUrl = "https://www.stirling.com/accessibility";
|
||||
|
||||
// Use provided URLs or fall back to defaults
|
||||
|
||||
Reference in New Issue
Block a user