|
|
@@ -67,12 +67,12 @@ const CloudProviderSelect: React.FC<Props> = ({ onComplete }) => {
|
|
|
</Text>
|
|
|
<Spacer y={0.5} />
|
|
|
<Text color={"helper"}>
|
|
|
- Get started with the Porter sandbox environment.
|
|
|
+ Get started on Porter Cloud.
|
|
|
</Text>
|
|
|
<Spacer y={1} />
|
|
|
<Link to="https://cloud.porter.run">
|
|
|
<Button alt height="35px">
|
|
|
- Deploy on the Porter sandbox <Spacer inline x={1} />{" "}
|
|
|
+ Deploy on Porter Cloud <Spacer inline x={1} />{" "}
|
|
|
<i className="material-icons" style={{ fontSize: "18px" }}>
|
|
|
east
|
|
|
</i>
|