Skip to content

Commit

Permalink
Merge pull request #641 from avral/remove-dotvscode
Browse files Browse the repository at this point in the history
Remove dotvscode
  • Loading branch information
avral authored Mar 16, 2023
2 parents 70a7cae + 5b5fc5d commit f9b1236
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ dist
deploy.sh
data/
ecosystem.config.js

.vscode
4 changes: 0 additions & 4 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion components/bridge/BridgeForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
AlcorButton(outline v-if="sourceName" @click="openInNewTab(monitorTx(result.source, sourceName))")
img(:src='require(`~/assets/icons/${sourceName}.png`)' height=20)
| TX Link

AlcorButton(outline v-if="destinationName" @click="openInNewTab(monitorTx(result.destination, destinationName))")
img(:src='require(`~/assets/icons/${destinationName}.png`)' height=20)
| TX Link
Expand Down

0 comments on commit f9b1236

Please sign in to comment.