aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/components/HomepageFeatures/index.js
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-25 23:55:39 +0000
committerEllie Huxtable <ellie@elliehuxtable.com>2023-02-25 23:55:39 +0000
commite660a4d4fe52f09197d75b329a9b74e2d67850af (patch)
tree430ce4363b43e0640e8321ddd95f18e431a162f8 /docs/src/components/HomepageFeatures/index.js
parentI think the link checker gets it wrong sometimes (diff)
downloadatuin-e660a4d4fe52f09197d75b329a9b74e2d67850af.zip
More fixes :)
Diffstat (limited to '')
-rw-r--r--docs/src/components/HomepageFeatures/index.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/src/components/HomepageFeatures/index.js b/docs/src/components/HomepageFeatures/index.js
index ac909c88..ec78def7 100644
--- a/docs/src/components/HomepageFeatures/index.js
+++ b/docs/src/components/HomepageFeatures/index.js
@@ -16,7 +16,7 @@ const FeatureList = [
),
},
{
- title: 'Find it fast',
+ title: 'Speedy search',
description: (
<>
<ul>
@@ -24,12 +24,13 @@ const FeatureList = [
<li>Configurable search method - fuzzy, prefix, etc</li>
<li>Easily search and filter by session, directory, or machine</li>
<li>Powerful command line search for integration with other tools</li>
+ <li>Written in Rust, so it's fast <em>and</em> safe 🦀</li>
</ul>
</>
),
},
{
- title: 'All the data',
+ title: 'Extra context',
description: (
<>
<ul>
@@ -44,7 +45,7 @@ const FeatureList = [
function Feature({ Svg, title, description }) {
return (
- <div className={clsx('col col--4')}>
+ <div className={clsx('col col--4', styles.whatisfeatureblock)}>
<div className={"padding-horiz--md", styles.whatisfeature}>
<h3>{title}</h3>
<p>{description}</p>