Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit b9e7702

Browse files
committed
Add contact footer link and rename form
1 parent 12e5275 commit b9e7702

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ts/components/footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const linkRows: LinkRows[] = [
3434
{ url: 'https://docs.0x.org/', text: 'Documentation', shouldOpenInNewTab: true },
3535
{ url: constants.URL_GITHUB_ORG, text: 'GitHub', shouldOpenInNewTab: true },
3636
{ url: 'https://docs.0x.org/protocol/docs', text: 'Protocol Spec', shouldOpenInNewTab: true },
37+
{ url: '/#contact', text: 'Contact Us' },
3738
{
3839
url: 'https://ethereum.stackexchange.com/questions/tagged/0x',
3940
text: 'Stack Exchange',

ts/components/modals/modal_contact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class ModalContact extends React.Component<Props> {
107107
<StyledDialogContent>
108108
<Form onSubmit={this._onSubmitAsync.bind(this)} isSuccessful={isSuccessful}>
109109
<Heading color={colors.textDarkPrimary} size={34} asElement="h2">
110-
Contact Sales
110+
Contact Us
111111
</Heading>
112112
{this._renderFormContent(errors)}
113113
<ButtonRow>

0 commit comments

Comments
 (0)