We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ce525e + 4ba097c commit ddb4bf6Copy full SHA for ddb4bf6
src/components/Comparison/index.js
@@ -113,9 +113,10 @@ class Comparison extends React.Component {
113
return (
114
<div className={styles.all}>
115
<div className={styles.ui}>
116
- <h1 className="hero__title uiText">Simple deployment</h1>
+ <h1 className="hero__title uiText">Deploying made easy</h1>
117
<p className="hero__subtitle">Cyclops gives you a UI containing fields you define yourself to manage your
118
- K8s workloads</p>
+ K8s workloads.</p>
119
+ <p className="hero__subtitle">Give it a go!</p>
120
<Form labelCol={{span: '6'}}>
121
<Form.Item
122
label="Name"
0 commit comments