@@ -35,7 +35,7 @@ const TwitchIcon = (props: SvgIconProps) => (
3535
3636const Developer = ( ) => {
3737 const { resolvedTheme } = useTheme ( ) ;
38- const repositoryUrl = 'https://github.com/FlowingSPDG /vmix-utility' ;
38+ const repositoryUrl = 'https://github.com/Incomplete-Outputs-Lab /vmix-utility' ;
3939 const developerGitHub = 'https://github.com/FlowingSPDG' ;
4040 const sponsorUrl = 'https://github.com/sponsors/FlowingSPDG' ;
4141 const twitchSupportUrl = 'https://subs.twitch.tv/flowingspdg' ;
@@ -101,7 +101,7 @@ const Developer = () => {
101101 </ Avatar >
102102 < Box >
103103 < Typography variant = "h6" component = "h2" >
104- Shugo "FlowingSPDG" Kawamura
104+ 未完成成果物研究所
105105 </ Typography >
106106 < Typography variant = "body2" color = "text.secondary" >
107107 Developer & Maintainer
@@ -110,7 +110,7 @@ const Developer = () => {
110110 </ Box >
111111
112112 < Typography variant = "body2" gutterBottom >
113- Creator and main developer of vmix-utility. Passionate about broadcasting technology and creating tools to enhance live streaming workflows.
113+ Development team creating tools to enhance live streaming workflows and broadcasting technology .
114114 </ Typography >
115115
116116 < Button
@@ -214,7 +214,7 @@ const Developer = () => {
214214 < Typography variant = "body2" component = "pre" sx = { { fontFamily : 'monospace' , whiteSpace : 'pre-wrap' } } >
215215 { `MIT License
216216
217- Copyright (c) 2020 Shugo Kawamura
217+ Copyright (c) 2020 未完成成果物研究所
218218
219219Permission is hereby granted, free of charge, to any person obtaining a copy
220220of this software and associated documentation files (the "Software"), to deal
@@ -258,6 +258,25 @@ SOFTWARE.`}
258258 </ Typography >
259259
260260 < List >
261+ < ListItem sx = { { pl : 0 } } >
262+ < ListItemIcon >
263+ < Avatar sx = { { bgcolor : 'primary.main' } } >
264+ < Code />
265+ </ Avatar >
266+ </ ListItemIcon >
267+ < ListItemText
268+ primary = {
269+ < Link
270+ component = "button"
271+ onClick = { ( ) => openInBrowser ( 'https://github.com/FlowingSPDG' ) }
272+ sx = { { textDecoration : 'underline' , cursor : 'pointer' } }
273+ >
274+ Shugo "FlowingSPDG" Kawamura
275+ </ Link >
276+ }
277+ secondary = "Original Creator & Developer - Created and developed vmix-utility"
278+ />
279+ </ ListItem >
261280 < ListItem sx = { { pl : 0 } } >
262281 < ListItemIcon >
263282 < Avatar sx = { { bgcolor : 'primary.main' } } >
0 commit comments