Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <mail@maxwolfs.com>
  • Loading branch information
maxwolfs committed Nov 7, 2023
1 parent ca12c18 commit 6a8722f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Home(): JSX.Element {
title="Ops Layer"
body="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
buttonText="Learn More"
url="/doc/ops"
url="/docs"
/>
</div>
<div className="col col--6">
Expand All @@ -130,15 +130,15 @@ export default function Home(): JSX.Element {
title="Container Layer"
body="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
buttonText="Learn More"
url="/doc/ops"
url="/docs"
maxHeight
/>
</div>
<ContentCard
title="IaaS Layer"
body="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
buttonText="Learn More"
url="/doc/ops"
url="/docs"
/>
</div>
<div className="col col--3">
Expand All @@ -147,7 +147,7 @@ export default function Home(): JSX.Element {
title="IAM Layer"
body="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
buttonText="Learn More"
url="/doc/ops"
url="/docs"
/>
</div>
</div>
Expand Down

0 comments on commit 6a8722f

Please sign in to comment.