From d67fddfbec0eb1c02ffe301a4616a3aa55577e33 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Mon, 6 Sep 2021 22:49:23 -0700 Subject: [PATCH] docs: small themes copy updates --- docs/src/pages/themes.astro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/src/pages/themes.astro b/docs/src/pages/themes.astro index ea2c81d34..65ecbe57a 100644 --- a/docs/src/pages/themes.astro +++ b/docs/src/pages/themes.astro @@ -16,9 +16,7 @@ import components from '../data/components.json'; - ## Featured Themes - - Astro is supported by a growing ecosystem of third-pary themes and components. + ## Featured Theme
{themes.community.map((item)=>())} @@ -26,7 +24,7 @@ import components from '../data/components.json'; ## Official Themes - Astro maintains several official themes for common use-cases like documentation, portfolios, and more. + Astro maintains several official themes for documentation sites, portfolios, and more.
{themes.official.map((item)=>())} @@ -34,7 +32,7 @@ import components from '../data/components.json'; ## Featured Packages - Our package ecosystem is growing! Check out these featured community packages. + Our package ecosystem is growing! Check out these featured community packages. Search the entire collection [on npm.](https://www.npmjs.com/search?q=keywords%3Aastro-component)
{components.community.map((item)=>())}