Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed May 1, 2021
1 parent b180950 commit 1e9b924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>

<div className={styles.buttons}>
<GitHubStarButton />
<Spacer />
<Link to="https://pub.dev/packages/fvm">
<img src="https://img.shields.io/badge/dynamic/json?color=blue&label=Pub Likes&query=likes&url=http://www.pubscore.gq/likes?package=fvm&style=for-the-badge&cacheSeconds=90000" />
</Link>
Expand All @@ -26,8 +28,6 @@ function HomepageHeader() {
</Link>
<Spacer />
<TwitterButton />
<Spacer />
<GitHubStarButton />
</div>
<Spacer />
<Spacer />
Expand Down

0 comments on commit 1e9b924

Please sign in to comment.