Skip to content

Commit

Permalink
Link fix target="_blank"
Browse files Browse the repository at this point in the history
  • Loading branch information
alohe committed Jul 4, 2024
1 parent 16d6fdf commit 0da52da
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,7 @@
<a
class="bg-black text-white pl-6 pr-5 py-2 rounded-xl ml-2 mt-3 flex items-center gap-2 font-bold"
href="https://github.com/alohe/avatars"
data-color-scheme="no-preference: light; light: light; dark: dark;"
data-size="large"
data-show-count="true"
aria-label="Star alohe/avatars on GitHub"
target="_blank"
>
<i class="fab fa-github text-xl"></i> Star

Expand Down Expand Up @@ -217,7 +214,7 @@ <h1 class="text-sm font-semibold mt-10">Avatars</h1>
<div>
<p class="text-center pb-5">
The plugin was built by
<a href="https://twitter.com/alemalohe" class="font-bold text-[#0d99ff]"
<a href="https://twitter.com/alemalohe" target="_blank" class="font-bold text-[#0d99ff]"
>Alohe</a
>
</p>
Expand All @@ -234,6 +231,7 @@ <h1 class="text-sm font-semibold">Supporters</h1>
<a
class="bg-black text-white pl-6 pr-5 py-2 rounded-xl mt-5 flex items-center gap-2 font-bold text-xs w-fit mx-auto"
href="https://github.com/alohe/avatars"
target="_blank"
>
<i class="fab fa-github text-xl"></i> Star

Expand Down

0 comments on commit 0da52da

Please sign in to comment.