diff --git a/website/src/components/HomepageFeatures/index.tsx b/website/src/components/HomepageFeatures/index.tsx index ae3b4a4..137f468 100644 --- a/website/src/components/HomepageFeatures/index.tsx +++ b/website/src/components/HomepageFeatures/index.tsx @@ -15,8 +15,10 @@ const FeatureList: FeatureItem[] = [ imgSrc: require("@site/static/img/files-toml.png").default, description: ( <> - Create your own channels in a simple TOML file and search through - files, git repositories, environment variables, docker images, and more. + + Create your own channels in a simple TOML file and search through + files, git repositories, environment variables, docker images, and + more. > ), @@ -27,8 +29,8 @@ const FeatureList: FeatureItem[] = [ description: ( <> - Television integrates with your shell and provides autocompletion that is both - extensible and configurable to use your own channels. + Television integrates with your shell and provides autocompletion that + is both extensible and configurable to use your own channels. > ), @@ -48,11 +50,11 @@ function Feature({ title, imgSrc, description }: FeatureItem) {
{description}