Skip to content

Commit

Permalink
chore(readme): fix icon links (vuedx#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Jan 6, 2021
1 parent 071c3b8 commit e5e333f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,28 @@

<div style="display: flex; justify-content: center; text-align: center">
<div style="margin: 16px">
<img src="./extensions/vscode-vue-language-features/logo.png" width="96" />
<a href="https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features">
<img src="./extensions/vscode-vue-language-features/logo.png" width="96" />
</a>
<h3>
<a href="https://marketplace.visualstudio.com/items?itemName=znck.vue-language-features">Language Features</a>
</h3>
</a>
</div>

<div style="margin: 16px">
<img src="./assets/preview.png" width="96" />
<a href="https://github.com/znck/preview">
<img src="./assets/preview.png" width="96" />
</a>
<h3>
<a href="https://github.com/znck/preview">Preview</a>
</h3>
</div>

<div style="margin: 16px">
<img src="./extensions/vscode-vue/logo.png" width="96" />
<a href="https://marketplace.visualstudio.com/items?itemName=znck.vue">
<img src="./extensions/vscode-vue/logo.png" width="96" />
</a>
<h3>
<a href="https://marketplace.visualstudio.com/items?itemName=znck.vue">Syntax Highlight</a>
</h3>
Expand Down

0 comments on commit e5e333f

Please sign in to comment.