We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5419a56 commit d8205feCopy full SHA for d8205fe
src/views/ExploreView.vue
@@ -37,7 +37,7 @@ const resultsStr = computed(() => {
37
38
const createLink = computed(() => {
39
if (isStrategies.value) return 'https://docs.snapshot.org/strategies/create';
40
- if (isNetworks.value) return 'htts://snapshot.box/#/network';
+ if (isNetworks.value) return 'https://snapshot.box/#/network';
41
if (isPlugins.value) return 'https://docs.snapshot.org/plugins/create';
42
return 'https://docs.snapshot.org/strategies/create';
43
});
0 commit comments