Skip to content

Commit

Permalink
Update contact email
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardcser committed Sep 28, 2024
1 parent a7a4c71 commit 2c67f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import GRADIENTS from "@lib/gradients";
import styles from "./ContactSection.module.scss";

export const ContactSection: React.FC = () => {
const email = "[email protected]";
const email = "[email protected]";
return (
<>
<section id="contact">
Expand Down

0 comments on commit 2c67f85

Please sign in to comment.