Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-alen-ck committed Mar 5, 2024
1 parent 67269bb commit f5c4b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/src/components/shared/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const Footer: React.FunctionComponent = () => {
<Text block variant="smallPlus" id="support-text">
If you would like to raise a question, require further assistance, or would like to leave feedback, please contact TRE Support
</Text>
<Link href="#" target="https://servicemgt.service-now.com/ask?id=sc_cat_item&sys_id=fe972e1c1b184a10557837b5464bcbcf" className={styles.link} id="support-link">
<Link href="https://servicemgt.service-now.com/ask?id=sc_cat_item&sys_id=fe972e1c1b184a10557837b5464bcbcf" target="_blank" className={styles.link} id="support-link">
Contact Here
</Link>
</Callout>
Expand Down

0 comments on commit f5c4b8f

Please sign in to comment.