Skip to content

Commit

Permalink
comment: previous-edition
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavvraja committed Oct 17, 2024
1 parent 2d99779 commit e740003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export default function Home() {
<div>
<StackedCards />
</div>
<div className=" bg-gradient-to-b bg-blackTheme from-blackTheme via-redTheme to-blackTheme to-95%">
{/* <div className=" bg-gradient-to-b bg-blackTheme from-blackTheme via-redTheme to-blackTheme to-95%">
<PreviousEdition />
</div>
</div> */}
<div className="bg-blackTheme mb-[100vh] h-fit ">
<h1 className="md:text-8xl text-4xl text-center font-black text-whiteTheme px-10">
The Team
Expand Down

0 comments on commit e740003

Please sign in to comment.