Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jan 7, 2025
1 parent 340d774 commit 1f04189
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const FeatureList: FeatureItem[] = [
link: '/docs/Usermanual/features#gitops',
description: (
<>
Connect your Pipeline with your Git repository to build and deploy your application (GitoOps)
Connect your Pipeline with your Git repository to build and deploy your application (GitOps)
</>
),
},
Expand Down
5 changes: 4 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ import styles from './index.module.css';

function HomepageHeader() {
const {siteConfig} = useDocusaurusContext();
const title = "PaaS for Kubernetes";
const title = "Heroku alternative for Kubernetes";
// const title = "Open-source Solution for Kubernetes Deployments";
// const title = "PaaS for Kubernetes";

return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
Expand Down

0 comments on commit 1f04189

Please sign in to comment.