Skip to content

Commit 288a680

Browse files
committed
text
1 parent add0e96 commit 288a680

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/app/app/pages/~/[owner]/[repo].vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ useSeoMeta({
7979
/>
8080
</div>
8181

82-
<div class="flex justify-center mt-2">
82+
<div class="flex flex-col items-center justify-center mt-2">
83+
<p class="text-sm mb-[10px]">
84+
You can copy the badge and put in your README!
85+
</p>
8386
<BadgeGenerator
8487
:owner="repository.owner.login"
8588
:repo="repository.name"

0 commit comments

Comments
 (0)