Skip to content

Commit

Permalink
Update HomePage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
palldas committed Aug 20, 2024
1 parent 4e50745 commit 6225645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Stack,
} from "@chakra-ui/react";
import { Link } from "react-router-dom";
import logo from "../../public/TheLeaf.png";

const HomePage = () => {
return (
Expand Down Expand Up @@ -87,8 +88,8 @@ const HomePage = () => {

<Box mt={4} textAlign="center">
<Image
src="../../public/TheLeaf.png"
alt="Gather Logo"
src={logo}
// alt="Gather Logo"
maxH="750px"
mx="auto"
transition="transform 0.3s ease-in-out"
Expand Down

0 comments on commit 6225645

Please sign in to comment.