Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 8, 2021
1 parent 837496a commit 29986ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/theme/components/HomeHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
</a>
</p>
</ClientOnly>
<a href="https://github.com/slidevjs/slidev" class="-mt-2 block filter dark:invert" target="__blank">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/slidevjs/slidev?style=social">
</a>
</div>
<ClientOnly>
<Demo class="-mt-10 -mb-25" />
Expand Down
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
</div>

<div class="nav-icons">
<div class="item mr-2">
<div class="item mr-1.5">
<a class="nav-btn" href="https://twitter.com/Slidevjs" target="_blank" aria-label="Twitter">
<mdi-twitter />
<ri-twitter-line />
</a>
</div>

<div v-if="repo" class="item">
<a class="nav-btn" :href="repo.link" target="_blank" aria-label="View GitHub Repo">
<carbon-logo-github />
<ri-github-line/>
</a>
</div>

Expand Down

0 comments on commit 29986ea

Please sign in to comment.