Skip to content

Commit def86e1

Browse files
committed
fix: added link to stargazers on star badge
1 parent f26ca52 commit def86e1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

components/navbar.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@
4343

4444
<div class="flex items-center justify-between flex-1">
4545
<div class="items-center">
46-
<img
47-
src="https://img.shields.io/github/stars/technikhil314/offline-diff-viewer?style=social"
48-
alt=""
49-
/>
46+
<a
47+
href="https://github.com/technikhil314/offline-diff-viewer/stargazers"
48+
>
49+
<img
50+
src="https://img.shields.io/github/stars/technikhil314/offline-diff-viewer?style=social"
51+
alt=""
52+
/>
53+
</a>
5054
<slot name="left" />
5155
</div>
5256
<div class="items-center">

0 commit comments

Comments
 (0)