Skip to content

Commit

Permalink
Update src/views/ExploreView.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Sep 30, 2024
1 parent 5419a56 commit d8205fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ExploreView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const resultsStr = computed(() => {
const createLink = computed(() => {
if (isStrategies.value) return 'https://docs.snapshot.org/strategies/create';
if (isNetworks.value) return 'htts://snapshot.box/#/network';
if (isNetworks.value) return 'https://snapshot.box/#/network';
if (isPlugins.value) return 'https://docs.snapshot.org/plugins/create';
return 'https://docs.snapshot.org/strategies/create';
});
Expand Down

0 comments on commit d8205fe

Please sign in to comment.