Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Jan 5, 2025
1 parent 1c09ef0 commit 44089a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,18 +226,18 @@ export default function Home() {
)
)
}>
<div className="flex items-center justify-center h-full pt-8">
<div className="flex items-center justify-center h-full w-[300px] pt-8">
<iframe
src={githubSrc}
title="GitHub Stats"
className="w-[300px] h-[200px] border-0"
className="h-[200px] border-0 mx-auto"
/>
</div>
<div className="flex items-center justify-center h-full pt-8">
<div className="flex items-center justify-center h-full w-[300px] pt-8">
<iframe
src="https://ssr-contributions-svg.vercel.app/_/DidierRLopes?chart=3dbar&format=svg&theme=blue"
title="GitHub Contributions"
className="w-[300px] h-[200px] border-0"
className="h-[200px] border-0 mx-auto"
/>
</div>
</Carousel>
Expand Down

0 comments on commit 44089a6

Please sign in to comment.