Skip to content

Commit

Permalink
refactor(PartnerShowRoom): update foundation email
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddaqqa committed Dec 23, 2024
1 parent ca246cf commit 781853c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/PartnersLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ClaimProfile = () => {
)}&body=${encodeURIComponent(body)}`
window.location.href = mailtoLink
}
const emailAddress = 'foundation@camino.network'
const emailAddress = 'hello@camino.network'
return (
<Box
sx={{
Expand Down

0 comments on commit 781853c

Please sign in to comment.