Skip to content

Commit

Permalink
Smaller Github button
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Sep 27, 2023
1 parent 4b31974 commit 652bd6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/components/github-star.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<iframe
v-if="isLoaded"
src="https://ghbtns.com/github-btn.html?user=pradoslaw&repo=coyote&type=star&count=true&size=large"
src="https://ghbtns.com/github-btn.html?user=pradoslaw&repo=coyote&type=star&count=true&size=default"
frameborder="0"
scrolling="0"
width="120"
height="30"
width="78"
height="21"
title="GitHub"
></iframe>
</template>
Expand Down

0 comments on commit 652bd6b

Please sign in to comment.