Skip to content

Commit

Permalink
fix contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Feb 7, 2024
1 parent bb2aad9 commit d91a663
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const metadata: Metadata = {
title: "Contact",
};

export const Contact = () => {
const Contact = () => {
return (
<section>
<h1>Contact</h1>
Expand All @@ -18,16 +18,6 @@ export const Contact = () => {
Icons8
</a>
</li>
<li>
Photo by{" "}
<a href="https://unsplash.com/@jongeng?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">
Jon Geng
</a>{" "}
on{" "}
<a href="https://unsplash.com/photos/red-petaled-flower-MM1FpBrhBPE?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">
Unsplash
</a>
</li>
</ul>
</section>
);
Expand Down

0 comments on commit d91a663

Please sign in to comment.