Skip to content

Commit

Permalink
EVEREST-1713 fix support link (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte authored Dec 6, 2024
1 parent 30071be commit 1e97f30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { helpIconStyle } from './utils';
export const ContactSupportLink = ({ msg }: { msg: string }) => {
const theme = useTheme();
return (
<Link target="_blank" rel="noopener" href="https://hubs.ly/Q02Rt6pG0">
<Link target="_blank" rel="noopener" href="https://hubs.ly/Q02YRLsL0">
<Button startIcon={<HelpIcon sx={helpIconStyle(theme)} />}>{msg}</Button>
</Link>
);
Expand Down

0 comments on commit 1e97f30

Please sign in to comment.