We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899448e commit cb46a45Copy full SHA for cb46a45
app/src/pages/Developer.tsx
@@ -38,7 +38,7 @@ const Developer = () => {
38
const repositoryUrl = 'https://github.com/FlowingSPDG/vmix-utility';
39
const developerGitHub = 'https://github.com/FlowingSPDG';
40
const sponsorUrl = 'https://github.com/sponsors/FlowingSPDG';
41
- const twitchSupportUrl = 'http://subs.twitch.tv/flowingspdg';
+ const twitchSupportUrl = 'https://subs.twitch.tv/flowingspdg';
42
43
const openInBrowser = (url: string) => {
44
openUrl(url);
0 commit comments