mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
update copy and back button
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user