update copy and back button

This commit is contained in:
Ayres Vitor
2025-12-13 17:37:15 -03:00
parent 69ad3335ee
commit 0c0567acfb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ const filteredResources = resources.filter((item) => !item.repository?.includes(
---
<p>
<a href="javascript:history.back()"><Icon name="left-arrow" class="inline" />Return</a>
<a href="/plugin"><Icon name="left-arrow" class="inline" />Plugins</a>
</p>
<community-resources>

View File

@@ -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
<br />