updated documentTitle component
This commit is contained in:
@@ -4,12 +4,13 @@ import * as React from 'react';
|
||||
import { Banner } from 'ts/components/banner';
|
||||
import { Button } from 'ts/components/button';
|
||||
import { CenteredDefinition } from 'ts/components/centeredDefinition';
|
||||
import { DocumentTitle } from 'ts/components/documentTitle';
|
||||
import { DocumentTitle } from 'ts/components/document_title';
|
||||
import { Hero } from 'ts/components/hero';
|
||||
import { ModalContact, ModalContactType } from 'ts/components/modals/modal_contact';
|
||||
import { FlexWrap, Section } from 'ts/components/newLayout';
|
||||
import { SiteWrap } from 'ts/components/siteWrap';
|
||||
import { Heading } from 'ts/components/text';
|
||||
import { documentConstants } from 'ts/utils/document_meta_constants';
|
||||
|
||||
export interface CreditsProps {}
|
||||
|
||||
@@ -25,7 +26,7 @@ export class Credits extends React.Component<CreditsProps> {
|
||||
public render(): React.ReactNode {
|
||||
return (
|
||||
<SiteWrap theme="light">
|
||||
<DocumentTitle title="Free Credits - 0x" />
|
||||
<DocumentTitle {...documentConstants.INFRASTRUCTURE_CREDITS} />
|
||||
<Hero
|
||||
maxWidth="865px"
|
||||
maxWidthHeading="765px"
|
||||
|
Reference in New Issue
Block a user