Skip to content

Commit

Permalink
fix: tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed May 2, 2024
1 parent 2aa8dd5 commit 6c58e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const isBootstrapPreset = process.env.DOCUSAURUS_PRESET === "bootstrap";

module.exports = {
title: "Otomi",
tagline: "Self-hosted DevOps platform for Kubernetes",
tagline: "Self-hosted PaaS for Kubernetes",
url: "https://otomi.io",
baseUrl: "/",
customFields: {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Home() {
className={styles.heroLogo}
src={useBaseUrl("img/otomi-logo.svg")}
/>
Self hosted DevOps PaaS for Kubernetes
Self hosted PaaS for Kubernetes
</h1>
<h2 className={styles.heroProjectSubLine}>A paved road for DevOps teams from code to production</h2>
<div className={styles.indexCtas}>
Expand Down

0 comments on commit 6c58e15

Please sign in to comment.