Skip to content

Commit

Permalink
Merge pull request #92 from sambarza/fix-link-create-plugin
Browse files Browse the repository at this point in the history
Fix button create plugin PluginsView.vue
  • Loading branch information
zAlweNy26 authored Sep 12, 2024
2 parents f711467 + 5cbe7f8 commit 998ea4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PluginsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ watchEffect(() => {
<!--<SelectBox v-model="selectedPageSize" :list="[10, 25, 50, 100].map(p => ({ label: p.toString(), value: p }))" />-->
<div class="flex flex-wrap items-end justify-between gap-2">
<a
href="https://cheshire-cat-ai.github.io/docs/plugins-registry/plugin-from-template/"
href="https://cheshire-cat-ai.github.io/docs/plugins/plugins-registry/plugin-from-template/"
target="_blank"
class="btn btn-outline btn-primary btn-sm rounded-md hover:shadow-lg">
<ph-lightbulb-filament-fill class="size-4" />
Expand Down

0 comments on commit 998ea4e

Please sign in to comment.