Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ebfc600

Browse files
committedJun 19, 2023
Modify depreciation modal text
1 parent aaaabb8 commit ebfc600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎client/src/layouts/Home/components/Deprecated.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class Deprecated extends React.Component<DeprecatedProps, DeprecatedState
5050
</div>
5151

5252
<div className="content" style={{ display: "flex", flexDirection: "column", justifyContent: "space-between" }}>
53-
<p style={{ marginBottom: 42, fontSize: 18, lineHeight: 1.4 }}>This version of CircuitBlocks is no longer supported. Please continue to CircuitBlocks Web.</p>
53+
<p style={{ marginBottom: 42, fontSize: 18, lineHeight: 1.4 }}>This version of CircuitBlocks is no longer supported, check out the brand new web-based app.</p>
5454
<div style={{ display: "flex", flexDirection: "row", justifyContent: "center", flexWrap: "wrap" }}>
5555
<Button primary onClick={() => this.yes()} style={{margin: "0 15px", whiteSpace: "nowrap", marginBottom: 10 }}>Open web version</Button>
5656
<Button secondary onClick={() => this.no()} style={{margin: "0 15px", whiteSpace: "nowrap", marginBottom: 10 }}>Continue offline</Button>
@@ -59,4 +59,4 @@ export class Deprecated extends React.Component<DeprecatedProps, DeprecatedState
5959
</ModalBase>
6060
</Dimmer>
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)