File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const ServiceProvider: FCWithChildren = ({ children }) => {
24
24
< Button size = 'large' variant = "contained" onClick = { ( ) => setService ( 'crunchy' ) } startIcon = { < Avatar src = { 'https://static.crunchyroll.com/cxweb/assets/img/favicons/favicon-32x32.png' } /> } > Crunchyroll</ Button >
25
25
< Button size = 'large' variant = "contained" onClick = { ( ) => setService ( 'hidive' ) } startIcon = { < Avatar src = { 'https://static.diceplatform.com/prod/original/dce.hidive/settings/HIDIVE_AppLogo_1024x1024.0G0vK.jpg' } /> } > Hidive</ Button >
26
26
< Button size = 'large' variant = "contained" onClick = { ( ) => setService ( 'ao' ) } startIcon = { < Avatar src = { 'https://www.animeonegai.com/assets/img/anime/general/ao3-favicon.png' } /> } > AnimeOnegai</ Button >
27
- < Button size = 'large' variant = "contained" onClick = { ( ) => setService ( 'adn' ) } startIcon = { < Avatar src = { 'https://animationdigitalnetwork.de /favicon.ico' } /> } > AnimationDigitalNetwork</ Button >
27
+ < Button size = 'large' variant = "contained" onClick = { ( ) => setService ( 'adn' ) } startIcon = { < Avatar src = { 'https://animationdigitalnetwork.com /favicon.ico' } /> } > AnimationDigitalNetwork</ Button >
28
28
</ Box >
29
29
</ Box >
30
30
: < serviceContext . Provider value = { service } >
You can’t perform that action at this time.
0 commit comments