Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkim910408 authored Jul 3, 2024
1 parent 9104e17 commit 5845371
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Home = () => {
link="Home"
desc="Welcome to Makers. Feel Free to Generate Your Own Tier Table or Stat Cards."
/>
{/* <Wrapper>
<Wrapper>
{imgs.map((img: string, i: number) => (
<HoverBox
img={img}
Expand All @@ -56,10 +56,7 @@ const Home = () => {
title={titles[i]}
/>
))}
</Wrapper> */}
<a href="mailto:[email protected]?subject=Testing out mailto!">
click here
</a>
</Wrapper>
</Layout>
);
};
Expand Down

0 comments on commit 5845371

Please sign in to comment.