We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26ca52 commit def86e1Copy full SHA for def86e1
components/navbar.vue
@@ -43,10 +43,14 @@
43
44
<div class="flex items-center justify-between flex-1">
45
<div class="items-center">
46
- <img
47
- src="https://img.shields.io/github/stars/technikhil314/offline-diff-viewer?style=social"
48
- alt=""
49
- />
+ <a
+ href="https://github.com/technikhil314/offline-diff-viewer/stargazers"
+ >
+ <img
50
+ src="https://img.shields.io/github/stars/technikhil314/offline-diff-viewer?style=social"
51
+ alt=""
52
+ />
53
+ </a>
54
<slot name="left" />
55
</div>
56
0 commit comments