diff options
author | 2021-08-27 12:27:58 +0000 | |
---|---|---|
committer | 2021-08-27 12:27:58 +0000 | |
commit | c8c9917c1ddad4cfa94c99c7be1a685d5d244659 (patch) | |
tree | f771ff6e1b5a1139d872359798cfbad9df3af04b /docs/src | |
parent | 110fdb1ac1a967c335e4ede3b923f9b04f93dacf (diff) | |
download | astro-c8c9917c1ddad4cfa94c99c7be1a685d5d244659.tar.gz astro-c8c9917c1ddad4cfa94c99c7be1a685d5d244659.tar.zst astro-c8c9917c1ddad4cfa94c99c7be1a685d5d244659.zip |
[ci] yarn format
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/pages/guides/publish-to-npm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/publish-to-npm.md b/docs/src/pages/guides/publish-to-npm.md index 3c628c647..f5533d864 100644 --- a/docs/src/pages/guides/publish-to-npm.md +++ b/docs/src/pages/guides/publish-to-npm.md @@ -92,7 +92,7 @@ Looking for components already made by the community? Here are the current available community developed Astro components. - [Astro Static Tweet](https://www.npmjs.com/package/@rebelchris/astro-static-tweet) ~ A component to embed tweets as static HTML so you don't have to load the Twitter JavaScripts. -- [Accessible Astro Components](https://www.npmjs.com/package/accessible-astro-components) ~ A set of accessible front-end components such as Accordions, Modals, Toggle Buttons and more. +- [Accessible Astro Components](https://www.npmjs.com/package/accessible-astro-components) ~ A set of accessible front-end components such as Accordions, Modals, Toggle Buttons and more. You can also [search npm for astro components.](https://www.npmjs.com/search?q=keywords%3Aastro-component) |