Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Jan 5, 2025
1 parent 217d88f commit 97048a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,17 +229,21 @@ export default function Home() {
<div className="flex items-center justify-center h-full w-full pt-8">
<iframe
src={githubSrc}
width="300"
height="100"
title="GitHub Stats"
className="h-[200px] w-full border-0 mx-auto"
style={{ maxWidth: '100%', overflow: 'hidden' }}
style="max-width: 100%"
/>
</div>
<div className="flex items-center justify-center h-full w-full pt-8">
<iframe
src="https://ssr-contributions-svg.vercel.app/_/DidierRLopes?chart=3dbar&format=svg&theme=blue"
width="300"
height="100"
title="GitHub Contributions"
className="h-[200px] w-full border-0 mx-auto"
style={{ maxWidth: '100%', overflow: 'hidden' }}
style="max-width: 100%"
/>
</div>
</Carousel>
Expand Down

0 comments on commit 97048a1

Please sign in to comment.