Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use @businessandtrade.gov.uk for emails #6505

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ const EditRequirementsForm = ({ profile }) => {
<p>
If the asset class you wish to select is not shown above, then request
it from&nbsp;
<a href={`mailto:capitalinvestment@trade.gov.uk`}>
capitalinvestment@trade.gov.uk
<a href={`mailto:capitalinvestment@businessandtrade.gov.uk`}>
capitalinvestment@businessandtrade.gov.uk
</a>
.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ const LargeCapitalOpportunityCollection = ({

<p>
For further information email 
<Link href="mailto:capitalinvestment@trade.gov.uk">
capitalinvestment@trade.gov.uk
<Link href="mailto:capitalinvestment@businessandtrade.gov.uk">
capitalinvestment@businessandtrade.gov.uk
</Link>
</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const OpportunityDetails = ({
</OpportunitySection>
<StyledDetails summary="Need to delete this opportunity?">
To delete this opportunity, email{' '}
<Link>capitalinvestment@trade.gov.uk</Link>
<Link>capitalinvestment@businessandtrade.gov.uk</Link>
</StyledDetails>
</>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ function OpportunityDetailsForm({ opportunityId, opportunity, dispatch }) {
<p>
If the asset class you wish to select is not shown above, then
request it from&nbsp;
<a href={`mailto:capitalinvestment@trade.gov.uk`}>
capitalinvestment@trade.gov.uk
<a href={`mailto:capitalinvestment@businessandtrade.gov.uk`}>
capitalinvestment@businessandtrade.gov.uk
</a>
.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const OpportunityRequirementsForm = (state) => {
/>
<StyledP>
If you can’t see the type of investment you need, request it
from <Link>capitalinvestment@trade.gov.uk</Link>.
from <Link>capitalinvestment@businessandtrade.gov.uk</Link>.
</StyledP>
<FieldRadios
legend="Estimated return rate"
Expand Down
Loading