Skip to content

Commit

Permalink
Responsive Fix for Github Stars Count
Browse files Browse the repository at this point in the history
  • Loading branch information
H authored and H committed Aug 2, 2023
1 parent 6a91e87 commit a9d7dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function Header() {
</div>
</div>
<div className="flex items-center gap-x-5 md:gap-x-8">
<div className="hidden md:block">
<div className="hidden lg:block">
<iframe src="https://ghbtns.com/github-btn.html?user=InfuseAI&repo=piperider&type=star&count=true" frameborder="0" scrolling="0" width="90" height="20" title="GitHub"></iframe>
</div>
<div className="hidden md:block">
Expand Down

0 comments on commit a9d7dfe

Please sign in to comment.