diff --git a/packages/shared/src/components/cores/AwardFeesNote.tsx b/packages/shared/src/components/cores/AwardFeesNote.tsx index 09b21f670e0..307a614aa57 100644 --- a/packages/shared/src/components/cores/AwardFeesNote.tsx +++ b/packages/shared/src/components/cores/AwardFeesNote.tsx @@ -6,7 +6,7 @@ import { TypographyColor, TypographyType, } from '../typography/Typography'; -import { termsOfService } from '../../lib/constants'; +import { creatorsTermsOfService } from '../../lib/constants'; import { anchorDefaultRel } from '../../lib/strings'; export type AwardFeesNoteProps = { @@ -25,7 +25,7 @@ export const AwardFeesNote = ({ Awards may include a revenue share with the recipient and are subject to our{' '} { tag="a" target="_blank" rel="noopener" - href={termsOfService} + href={creatorsTermsOfService} icon={} variant={ButtonVariant.Tertiary} size={ButtonSize.Small}