9
9
********************************************************************************/
10
10
11
11
import * as React from 'react' ;
12
- import { Link , Typography , Container , List , ListItem , ListItemText } from '@mui/material' ;
12
+ import { Link , Typography , Container } from '@mui/material' ;
13
13
import { styled , Theme } from '@mui/material/styles' ;
14
14
15
15
const Heading = styled ( Typography ) ( ( { theme } : { theme : Theme } ) => ( {
@@ -20,13 +20,6 @@ const Paragraph = styled(Typography)(({ theme }: { theme: Theme }) => ({
20
20
marginTop : theme . spacing ( 2 )
21
21
} ) ) ;
22
22
23
- const RepositoryList = styled ( 'ul' ) ( ( { theme } : { theme : Theme } ) => ( {
24
- fontSize : theme . typography . body1 . fontSize ,
25
- fontFamily : theme . typography . body1 . fontFamily ,
26
- fontWeight : theme . typography . body1 . fontWeight ,
27
- lineHeight : theme . typography . body1 . lineHeight
28
- } ) ) ;
29
-
30
23
const About = ( ) => {
31
24
return < Container maxWidth = 'md' >
32
25
< Heading variant = 'h4' > About This Service</ Heading >
@@ -37,7 +30,7 @@ const About = () => {
37
30
more information.
38
31
</ Paragraph >
39
32
< Paragraph variant = 'body1' >
40
- This service is operated by the < Link color = 'secondary' href = 'https://www.eclipse.org/' > Eclipse Foundation</ Link >
33
+ This service is operated by the < Link color = 'secondary' href = 'https://www.eclipse.org/' > Eclipse Foundation </ Link >
41
34
under the responsibility of the Open VSX Working Group. The Open VSX Working Group ensures the continued sustainability,
42
35
integrity, evolution and adoption of the Open VSX Registry. It provides governance, guidance, and funding for the
43
36
communities that support its implementation, deployment and maintenance. If you're interested in joining the working group,
0 commit comments