Skip to content

Commit

Permalink
add email
Browse files Browse the repository at this point in the history
  • Loading branch information
anamontiaga committed Apr 11, 2024
1 parent 374be87 commit 2c926ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/projects/detail/panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default function ProjectDetailPanel() {

<p className="pb-16 text-sm text-gray-500">
If you have pictures of this project to share, please sent them to{' '}
<a className="underline hover:no-underline" href="mailto:[email protected]">
<a className="underline hover:no-underline" href="mailto:[email protected]">
[email protected]
</a>
</p>
Expand Down

0 comments on commit 2c926ef

Please sign in to comment.