This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch website-poc-from-asf-template in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit 08d1c588e8394b92ef33716aa274cd5ff74bb409 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Mar 22 17:09:05 2025 -0700 Wording --- src/components/HomepageFeatures/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 5e1a53b..e2368fc 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -25,9 +25,7 @@ export default function HomepageFeatures(): JSX.Element { <section className={styles.features}> <div className="container"> <div className={clsx("text--center", "padding-horiz--md")}> - <h2> - Otava - Change Detection for Continuous Performance Engineering - </h2> + <h2>Change Detection for Continuous Performance Engineering</h2> <p className={styles.description}> Otava performs statistical analysis of performance test results stored in CSV files, PostgreSQL, BigQuery, or Graphite database. It
