Skip to content

Commit

Permalink
Update Support URL in Help menu (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Oct 25, 2023
1 parent e30a84c commit 39cf032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { PackageManager } from '../../../../server/versionInfo';
const REPORT_BUG_URL =
'https://github.com/mui/mui-toolpad/issues/new?assignees=&labels=status%3A+needs+triage&template=1.bug.yml';
const FEATURE_REQUEST_URL = 'https://github.com/mui/mui-toolpad/issues';
const SUPPORT_URL = 'https://mui.com/toolpad/support/support';
const SUPPORT_URL = 'https://mui.com/toolpad/getting-started/support';
interface SnippetProps {
children: string;
}
Expand Down

0 comments on commit 39cf032

Please sign in to comment.