From 0c0567acfb2da24a6e319ac88fb2e7c2b5b66039 Mon Sep 17 00:00:00 2001 From: Ayres Vitor Date: Sat, 13 Dec 2025 17:37:15 -0300 Subject: [PATCH] update copy and back button --- src/components/CommunityResources.astro | 2 +- src/content/docs/plugin/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CommunityResources.astro b/src/components/CommunityResources.astro index 9329f6b66..a33e11a92 100644 --- a/src/components/CommunityResources.astro +++ b/src/components/CommunityResources.astro @@ -8,7 +8,7 @@ const filteredResources = resources.filter((item) => !item.repository?.includes( ---

- Return + Plugins

diff --git a/src/content/docs/plugin/index.mdx b/src/content/docs/plugin/index.mdx index 4b044cfd3..1ada16440 100644 --- a/src/content/docs/plugin/index.mdx +++ b/src/content/docs/plugin/index.mdx @@ -22,7 +22,7 @@ Tauri comes with extensibility in mind. On this page you'll find: - **[Community Resources](#community-plugins)**: More plugins and recipes built by the Tauri community. You can also contribute your own on [Awesome Tauri](https://github.com/tauri-apps/awesome-tauri) - **[Support Table](#support-table)**: A compatibility table showing which platforms are supported by each official plugin -Also we have a dedicated page for listing discovered community tauri-plugin-\* [Crates and NPM packages](/plugin/index-external-resources/) +Also, there's a [dedicated page](/plugin/index-external-resources/) listing community tauri-plugin-* Crates and NPM packages