Skip to content

Commit 13589f9

Browse files
committed
Improve Deployments card in IntroductionPage
1 parent f40b67d commit 13589f9

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

frontend/src/components/IntroductionPage.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const IntroductionPage: React.FC = () => {
119119
<p>
120120
<strong>Try the cloud version:</strong>
121121
<a
122-
href="http://devopslab-cosmevalera.s3-website.eu-central-1.amazonaws.com"
122+
href="https://d3nl9bq5so9qcn.cloudfront.net/introduction"
123123
target="_blank"
124124
rel="noopener noreferrer"
125125
className="cloud-link"
@@ -205,11 +205,13 @@ const IntroductionPage: React.FC = () => {
205205
</div>
206206
<div className="nav-card__content">
207207
<h3>Deployments</h3>
208-
<p>Step-by-step deployment guides for Docker, Kubernetes, Kustomize, and Helm</p>
208+
<p>Step-by-step deployment guides to build this whole application using devops tools like Docker or Kubernetes</p>
209209
<div className="nav-card__features">
210-
<span className="feature-tag">Interactive Commands</span>
211-
<span className="feature-tag">Real-time Monitoring</span>
212-
<span className="feature-tag">Best Practices</span>
210+
<span className="feature-tag">Docker</span>
211+
<span className="feature-tag">Docker Compose</span>
212+
<span className="feature-tag">Kubernetes</span>
213+
<span className="feature-tag">Kustomize</span>
214+
<span className="feature-tag">Helm</span>
213215
</div>
214216
<div className="nav-card__action">
215217
<Play size={16} />

0 commit comments

Comments
 (0)