Skip to content

Commit

Permalink
feat: provide gh stars counter on hero
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jul 12, 2024
1 parent 601a6cc commit b82847c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
8 changes: 8 additions & 0 deletions src/components/Landing/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ export function Hero(): JSX.Element {
</div>
</div>
</div>
<div className="p-12">
<div className="bg-indigo-100 dark:bg-indigo-800 border-2 border-solid border-indigo-600 mx-auto rounded-md flex justify-center items-center p-4 w-11/12 md:w-[400px]">
<a className="flex flex-col md:flex-row items-center hover:no-underline" href="https://gitHub.com/infinyon/fluvio/" target="_blank">
<span className="mr-2 mb-2 md:mb-0 dark:text-white">Give us a start on GitHub!</span>
<img src="https://img.shields.io/github/stars/infinyon/fluvio?style=social" alt="GitHub stars"/>
</a>
</div>
</div>
</article>
<figure
className="absolute inset-x-0 top-[calc(100%-13rem)] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[calc(100%-30rem)]"
Expand Down
13 changes: 0 additions & 13 deletions src/theme/NavbarItem/GitHubStars/index.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/theme/NavbarItem/GitHubStars/styles.module.css

This file was deleted.

0 comments on commit b82847c

Please sign in to comment.