Skip to content

Commit fa7b2bb

Browse files
committed
add FD help article
1 parent fcf355d commit fa7b2bb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

apps/web/app/app.dub.co/(dashboard)/[slug]/(ee)/program/fraud/page.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ export default function ProgramFraudRiskPage() {
88
return (
99
<PageContent
1010
title="Fraud Detection"
11+
titleInfo={{
12+
title:
13+
"Safeguard your partner program by automatically flagging, reviewing, and resolving suspicious activity with Fraud Detection.",
14+
href: "https://dub.co/help/article/fraud-detection",
15+
}}
1116
controls={
1217
<>
1318
<ProgramFraudSettingsButton />

apps/web/lib/middleware/utils/app-redirect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const APP_REDIRECTS = {
1010
"/messages": "/program/messages",
1111
"/network": "/program/network",
1212
"/marketplace": "/program/network",
13+
"/fraud": "/program/fraud",
1314
};
1415

1516
const PROGRAM_REDIRECTS = {

packages/utils/src/constants/reserved-slugs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ export const RESERVED_SLUGS = [
6262
"messages",
6363
"network",
6464
"marketplace",
65+
"fraud",
6566
];

0 commit comments

Comments
 (0)