Skip to content

Commit 48b394b

Browse files
committed
update about page - removing yarn compile errors
1 parent 27a61f4 commit 48b394b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ If you want to refute a previously granted ownership, please comment on the corr
2020
Install dependencies, build assets and start a dev server:
2121

2222
```bash
23+
cd website
2324
yarn --cwd website
2425
yarn --cwd website build
2526
yarn --cwd website start:dev

website/src/about.tsx

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
********************************************************************************/
1010

1111
import * as React from 'react';
12-
import { Link, Typography, Container, List, ListItem, ListItemText } from '@mui/material';
12+
import { Link, Typography, Container } from '@mui/material';
1313
import { styled, Theme } from '@mui/material/styles';
1414

1515
const Heading = styled(Typography)(({ theme }: { theme: Theme }) => ({
@@ -20,13 +20,6 @@ const Paragraph = styled(Typography)(({ theme }: { theme: Theme }) => ({
2020
marginTop: theme.spacing(2)
2121
}));
2222

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-
3023
const About = () => {
3124
return <Container maxWidth='md'>
3225
<Heading variant='h4'>About This Service</Heading>
@@ -37,7 +30,7 @@ const About = () => {
3730
more information.
3831
</Paragraph>
3932
<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>
4134
under the responsibility of the Open VSX Working Group. The Open VSX Working Group ensures the continued sustainability,
4235
integrity, evolution and adoption of the Open VSX Registry. It provides governance, guidance, and funding for the
4336
communities that support its implementation, deployment and maintenance. If you're interested in joining the working group,

0 commit comments

Comments
 (0)