Skip to content

Commit d8205fe

Browse files
authored
Update src/views/ExploreView.vue
1 parent 5419a56 commit d8205fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ExploreView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const resultsStr = computed(() => {
3737
3838
const createLink = computed(() => {
3939
if (isStrategies.value) return 'https://docs.snapshot.org/strategies/create';
40-
if (isNetworks.value) return 'htts://snapshot.box/#/network';
40+
if (isNetworks.value) return 'https://snapshot.box/#/network';
4141
if (isPlugins.value) return 'https://docs.snapshot.org/plugins/create';
4242
return 'https://docs.snapshot.org/strategies/create';
4343
});

0 commit comments

Comments
 (0)