Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed May 1, 2021
1 parent 1973ad3 commit b180950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 0 additions & 8 deletions website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@
align-items: center;
justify-content: center;
}

.buttons iframe {
display: block;
}

.buttons .github-button span {
display: block;
}
8 changes: 6 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ function HomepageHeader() {
<p className="hero__subtitle">{siteConfig.tagline}</p>

<div className={styles.buttons}>
<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 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>
<Spacer />
<img src="https://img.shields.io/github/all-contributors/leoafarias/fvm?style=for-the-badge" />
<Link to="https://github.com/leoafarias/fvm/graphs/contributors">
<img src="https://img.shields.io/github/all-contributors/leoafarias/fvm?style=for-the-badge" />
</Link>
<Spacer />
<TwitterButton />
<Spacer />
Expand Down

0 comments on commit b180950

Please sign in to comment.