Skip to content

Commit

Permalink
change email to regional contact pages
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Feb 29, 2024
1 parent fd01e4e commit f26853f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion isp-site/src/components/RenderTopNavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,17 @@ function RenderTopNavBar({ language }) {
</Link>
</InlineList.Item>
<InlineList.Item>
<Link href="mailto:[email protected]">
<Link
href={
{
EN: "https://www.instructure.com/contact-us",
ES_LA:
"https://www.instructure.com/es/contact-us",
PT: "https://www.instructure.com/pt-br/contato",
DE: "https://www.instructure.com/de/contact-us",
}[l]
}
>
{s.contact}
</Link>
</InlineList.Item>
Expand Down

0 comments on commit f26853f

Please sign in to comment.