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

Commit dc8dd69

Browse files
authored
Merge pull request #330 from 0xProject/fix/add-disclaiemr-to-mesh-page
Adds footer disclaimer to mesh page
2 parents 1263a4c + 05cc3bb commit dc8dd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/pages/mesh.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const descriptionCasesData = [
3636
export class Mesh extends React.Component {
3737
public render(): React.ReactNode {
3838
return (
39-
<SiteWrap theme="dark">
39+
<SiteWrap theme="dark" shouldShowDisclaimerInFooter={true}>
4040
<DocumentTitle {...documentConstants.MESH} />
4141

4242
<Hero

0 commit comments

Comments
 (0)