Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Sep 11, 2024
1 parent 75744f9 commit a9e47aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const HomeBaseContent = () => {
const mainContent = React.useMemo(() => {
return (
<main className="mb-20 my-10 max-w-7xl mx-auto w-full px-4 sm:px-6 lg:px-8max-w-6xl">
<AnimatedGradientStarWithGithub />
{/* <AnimatedGradientStarWithGithub /> */}
<HomepageHeader />
<BentoGridCard />
</main>
Expand Down

0 comments on commit a9e47aa

Please sign in to comment.