mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 19:33:11 +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 });
|
const { showCookiePreferences } = useCookieConsent({ analyticsEnabled: finalAnalyticsEnabled, forceLightMode });
|
||||||
|
|
||||||
// Default URLs
|
// Default URLs
|
||||||
const defaultTermsUrl = "https://www.stirling.com/legal/terms-of-service";
|
const defaultTermsUrl = "https://www.stirling.com/terms";
|
||||||
const defaultPrivacyUrl = "https://www.stirling.com/legal/privacy-policy";
|
const defaultPrivacyUrl = "https://www.stirling.com/privacy";
|
||||||
const defaultAccessibilityUrl = "https://www.stirling.com/accessibility";
|
const defaultAccessibilityUrl = "https://www.stirling.com/accessibility";
|
||||||
|
|
||||||
// Use provided URLs or fall back to defaults
|
// Use provided URLs or fall back to defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user