Skip to content

Commit

Permalink
fix: Networks page doesn't work in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Sep 20, 2024
1 parent 713b375 commit f9e1baf
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 { name: 'network' };
if (isNetworks.value) return 'htts://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 f9e1baf

Please sign in to comment.