Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
erensunerr committed Mar 21, 2024
1 parent bbd3dfe commit d4ebaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Home() {
<section>
{/* Recent Solutions */}
<Container className={"mt-5"}>
<h2 className={"mb-3"}>Recent Solutions</h2>
<h2 className={"mb-3"}>HELLOOO</h2>
<Row sm={1} lg={3} className={"gx-4 gy-4"}>
{DEMO_SOLUTION_CARDS.map((solutionCardProps) => (
<Col key={solutionCardProps.href}>
Expand All @@ -42,7 +42,7 @@ function Home() {
</Row>
{/* See more solutions button */}
<Button variant={"outline-primary"} className={"mt-3"} href={"/home"}>
See More <ArrowUpRightSquare style={{ marginLeft: "0.5rem" }} />
See More <ArrowUpRightSquare style={{ marginLeft: "0.5rem" }} />
</Button>
</Container>

Expand Down

0 comments on commit d4ebaa5

Please sign in to comment.