Skip to content

Commit

Permalink
fix: sourcify link in generic contract component
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Jun 19, 2023
1 parent 5f398ca commit 3fd942c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ContractTab/GenericContractInterface.vue
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ export default {
{{ $t('components.contract_tab.unverified_contract_source') }}
</p>
<p>
<router-link :key="$route.path" :to="{ name: 'sourcify' }">
<a href="https://sourcify.dev" target="_blank">
{{ $t('components.contract_tab.click_here') }}
</router-link>
</a>
{{ $t('components.contract_tab.upload_source_files') }}
</p>
</div>
Expand Down

0 comments on commit 3fd942c

Please sign in to comment.