Skip to content

Commit

Permalink
💄 Better assets on the homepage of the website
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Feb 28, 2024
1 parent 20e8a20 commit afd6125
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config: Config = {
{ label: 'API Reference', href: 'https://fast-check.dev/api-reference/index.html' },
{ label: 'GitHub', href: 'https://github.com/dubzzz/fast-check' },
{
html: `<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys via Netlify"><img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" alt="Deploys by Netlify" width="114" height="51" /></a>`,
html: `<a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys via Netlify"><img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" alt="Deploys by Netlify" width="114" height="51" loading="lazy" /></a>`,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/HomepageHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function HomepageHeader() {
<img src="https://badge.fury.io/js/fast-check.svg" alt="npm version" width={133} height={20} />
</a>
<a href="https://www.npmjs.com/package/fast-check" target="_blank" rel="noopener">
<img src="https://img.shields.io/npm/dm/fast-check" alt="monthly downloads" width={136} height={20} />
<img src="https://img.shields.io/npm/dm/fast-check" alt="monthly downloads" width={146} height={20} />
</a>
<a href="https://github.com/dubzzz/fast-check/stargazers" target="_blank" rel="noopener">
<img
Expand Down
1 change: 1 addition & 0 deletions website/src/components/HomepageHeader/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
gap: 0.2em;
}

Expand Down

0 comments on commit afd6125

Please sign in to comment.