Skip to content

Commit

Permalink
fix: Networks page doesn't work in dev mode (#4884)
Browse files Browse the repository at this point in the history
* fix: Networks page doesn't work in dev mode

* Update src/views/ExploreView.vue

---------

Co-authored-by: Wan <[email protected]>
  • Loading branch information
ChaituVR and wa0x6e authored Sep 30, 2024
1 parent c991c31 commit 43875b2
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 '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 43875b2

Please sign in to comment.