Skip to content

Commit

Permalink
whitelabel
Browse files Browse the repository at this point in the history
  • Loading branch information
JarWarren committed Nov 25, 2024
1 parent 7264169 commit eb2874f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ const StyledContainer = styled.div`

export const FooterNote = () => (
<StyledContainer>
By using Twenty, you agree to the{' '}
By using Funnelmink, you agree to the{' '}
<a
href="https://twenty.com/legal/terms"
href="https://funnelmink.com/legal/terms"
target="_blank"
rel="noopener noreferrer"
>
Terms of Service
</a>{' '}
and{' '}
<a
href="https://twenty.com/legal/privacy"
href="https://funnelmink.com/legal/privacy"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export const Default: Story = {
<>
<Modal.Header>Stay in touch</Modal.Header>
<Modal.Content>
This is a dummy newletter form so don't bother trying to test it. Not
This is a dummy newsletter form so don't bother trying to test it. Not
that I expect you to, anyways. :)
</Modal.Content>
<Modal.Footer>
By using Twenty, you're opting for the finest CRM experience you'll
ever encounter.
By using Funnelmink, you're opting for the finest CRM experience
you'll ever encounter.
</Modal.Footer>
</>
),
Expand Down

0 comments on commit eb2874f

Please sign in to comment.