Skip to content

Commit 58db415

Browse files
committed
chore: amend support email in profile dropdown
1 parent 59f936b commit 58db415

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/nowcasting-app/components/layout/header/profile-dropdown.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ const ProfileDropDown = ({}: IProfileDropDown) => {
126126
tip={
127127
<div
128128
onClick={() => {
129-
var copyText = "quartz.support@openclimatefix.org";
129+
var copyText = "support@quartz.solar";
130130
navigator.clipboard.writeText(copyText);
131131
}}
132132
className="cursor-pointer"
133133
title="Copy Email to Clipboard"
134134
>
135-
Click to email OCF at <span>quartz.support@openclimatefix.org</span>
135+
Click to email OCF at <span>support@quartz.solar</span>
136136
</div>
137137
}
138138
position="middle"
@@ -141,7 +141,7 @@ const ProfileDropDown = ({}: IProfileDropDown) => {
141141
>
142142
<a
143143
id={"UserMenu-ContactBtn"}
144-
href="mailto:quartz.support@openclimatefix.org?subject=Quartz%20Solar%20Support%20Request"
144+
href="mailto:support@quartz.solar?subject=Quartz%20Solar%20Support%20Request"
145145
>
146146
Contact{" "}
147147
<ExternalLinkIcon className="inline-block w-3 h-3 ml-[6px] mb-[1px] self-center text-inherit color-black" />

0 commit comments

Comments
 (0)