File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 TypographyColor ,
77 TypographyType ,
88} from '../typography/Typography' ;
9- import { termsOfService } from '../../lib/constants' ;
9+ import { creatorsTermsOfService } from '../../lib/constants' ;
1010import { anchorDefaultRel } from '../../lib/strings' ;
1111
1212export type AwardFeesNoteProps = {
@@ -25,7 +25,7 @@ export const AwardFeesNote = ({
2525 Awards may include a revenue share with the recipient and are subject to
2626 our{ ' ' }
2727 < a
28- href = { termsOfService }
28+ href = { creatorsTermsOfService }
2929 target = "_blank"
3030 rel = { anchorDefaultRel }
3131 className = "font-bold underline"
Original file line number Diff line number Diff line change @@ -154,3 +154,5 @@ export const withdrawLink = 'https://r.daily.dev/withdraw';
154154export const coresDocsLink = 'https://r.daily.dev/cores' ;
155155
156156export const webFunnelPrefix = '/helloworld' ;
157+
158+ export const creatorsTermsOfService = 'https://r.daily.dev/creators-terms' ;
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import {
1515} from '@dailydotdev/shared/src/components/typography/Typography' ;
1616import {
1717 coresDocsLink ,
18+ creatorsTermsOfService ,
1819 onboardingUrl ,
19- termsOfService ,
2020 webappUrl ,
2121 withdrawLink ,
2222} from '@dailydotdev/shared/src/lib/constants' ;
@@ -426,7 +426,7 @@ const Wallet = (): ReactElement => {
426426 tag = "a"
427427 target = "_blank"
428428 rel = "noopener"
429- href = { termsOfService }
429+ href = { creatorsTermsOfService }
430430 icon = { < DocsIcon /> }
431431 variant = { ButtonVariant . Tertiary }
432432 size = { ButtonSize . Small }
You can’t perform that action at this time.
0 commit comments