Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/[locale]/dashboard/components/main-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const MainFooter = () => {
: '/about-us';

const privacyHref = isCollaborativeSubdomain
? getPlatformPageUrl('/privacy-policy', currentLocale)
: '/privacy-policy';
? getPlatformPageUrl('/privacy', currentLocale)
: '/privacy';

const socialMedia = [
{
Expand Down
2 changes: 1 addition & 1 deletion proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const publicPages = [
'/collaboratives',
'/collaboratives/(.*)',
'/about-us',
'/privacy-policy',
'/privacy',
'/publishers',
'/publishers/(.*)',
'/search',
Expand Down
Loading