diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-03-20 15:10:37 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-03-20 15:10:37 -0400 |
| commit | c49c039fae4554a691d78dd2a937384d71a4536d (patch) | |
| tree | c9bb9b140ab11870f8d71c00d326651310cb38e7 /docs/src/components/HomepageFeatures | |
| parent | c47347ff76f115f56676f5ecad0032bfcb98a03d (diff) | |
| download | anubis-c49c039fae4554a691d78dd2a937384d71a4536d.tar.xz anubis-c49c039fae4554a691d78dd2a937384d71a4536d.zip | |
docs: add placeholder warning to landing page
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'docs/src/components/HomepageFeatures')
| -rw-r--r-- | docs/src/components/HomepageFeatures/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/components/HomepageFeatures/index.tsx b/docs/src/components/HomepageFeatures/index.tsx index 645f795..8eef6af 100644 --- a/docs/src/components/HomepageFeatures/index.tsx +++ b/docs/src/components/HomepageFeatures/index.tsx @@ -21,7 +21,7 @@ const FeatureList: FeatureItem[] = [ ), }, { - title: "", + title: "Lightweight", Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default, description: ( <> @@ -32,7 +32,7 @@ const FeatureList: FeatureItem[] = [ ), }, { - title: "Powered by React", + title: "Multi-threaded", Svg: require("@site/static/img/undraw_docusaurus_react.svg").default, description: ( <> |
