mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
Fix source link for projects
This commit is contained in:
parent
2fe79beb58
commit
0169d4c29d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { useRoute } from 'vue-router'
|
|||
const route = useRoute()
|
||||
|
||||
const githubProjectUrl = computed(() => {
|
||||
return `https://github.com/web3privacy/data/blob/main/src/projects/${route.params.id}/index.yaml`
|
||||
return `https://github.com/web3privacy/explorer-data/blob/main/src/projects/${route.params.id}/index.yaml`
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue