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

Commit 5371ce9

Browse files
authored
Merge pull request #444 from DennisSimon/fix/update-staking-header
2 parents 65293c6 + 7d09efe commit 5371ce9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ts/components/dropdowns/dropdown_docs.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as React from 'react';
22
import styled from 'styled-components';
33
import { Heading, Paragraph } from 'ts/components/text';
44
import { WebsitePaths } from 'ts/types';
5-
import { constants } from 'ts/utils/constants';
65

76
import { Link } from '../documentation/shared/link';
87

ts/pages/staking/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export const StakingIndex: React.FC<StakingIndexProps> = () => {
171171
return (
172172
<StakingPageLayout isHome={true} title="0x Staking">
173173
<StakingBanner>
174-
Protocol fees are paused for 6 weeks as a result of a ZRX vote.{' '}
174+
Protocol fees are paused as a result of a ZRX vote.{' '}
175175
<StakingBannerLink href={'https://0x.org/zrx/vote/zeip-91'}>Learn more</StakingBannerLink>
176176
</StakingBanner>
177177
<StakingHero

0 commit comments

Comments
 (0)