Skip to content

Commit

Permalink
removed 50gb language
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalong committed Jun 15, 2021
1 parent 573cb9a commit 4f343e5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion components/core/DataMeter.js
Expand Up @@ -102,7 +102,6 @@ export const DataMeter = (props) => {
used
</div>
<DataMeterBar bytes={props.stats.bytes} maximumBytes={props.stats.maximumBytes} />
<div css={STYLES_NOTE}>50GB coming soon when we add email verification</div>
</div>
);
};
Expand Down
2 changes: 0 additions & 2 deletions components/core/DataMeterDetailed.js
Expand Up @@ -171,8 +171,6 @@ export const DataMeterDetailed = (props) => {
<div css={STYLES_DATA_METER_KEY_LABEL}>Audio</div>
</div>
</div>

<div css={STYLES_NOTE}>50GB coming soon when we add email verification</div>
{props.buttons ? <div style={{ marginTop: 24 }}>{props.buttons}</div> : null}
</div>
);
Expand Down
7 changes: 0 additions & 7 deletions components/sidebars/SidebarFAQ.js
Expand Up @@ -73,13 +73,6 @@ export default class SidebarFAQ extends React.Component {
</System.P>
</div>

<div css={STYLES_GROUPING}>
<System.P css={STYLES_HEADER}>When will more storage be available?</System.P>
<System.P css={STYLES_TEXT}>
50GB of storage free will be coming to Slate soon with email verification!
</System.P>
</div>

<div css={STYLES_GROUPING}>
<System.P css={STYLES_HEADER}>Can I get involved?</System.P>
<System.P css={STYLES_TEXT}>
Expand Down

0 comments on commit 4f343e5

Please sign in to comment.