From 48b394bd1481fc42fd21878d84a3b4aa95978c85 Mon Sep 17 00:00:00 2001 From: JK Date: Mon, 20 Jan 2025 15:55:13 -0500 Subject: [PATCH] update about page - removing yarn compile errors --- README.md | 1 + website/src/about.tsx | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 969bf36d7..64fd6d06c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ If you want to refute a previously granted ownership, please comment on the corr Install dependencies, build assets and start a dev server: ```bash +cd website yarn --cwd website yarn --cwd website build yarn --cwd website start:dev diff --git a/website/src/about.tsx b/website/src/about.tsx index 6b7b0f0c2..09cbe513c 100644 --- a/website/src/about.tsx +++ b/website/src/about.tsx @@ -9,7 +9,7 @@ ********************************************************************************/ import * as React from 'react'; -import { Link, Typography, Container, List, ListItem, ListItemText } from '@mui/material'; +import { Link, Typography, Container } from '@mui/material'; import { styled, Theme } from '@mui/material/styles'; const Heading = styled(Typography)(({ theme }: { theme: Theme }) => ({ @@ -20,13 +20,6 @@ const Paragraph = styled(Typography)(({ theme }: { theme: Theme }) => ({ marginTop: theme.spacing(2) })); -const RepositoryList = styled('ul')(({ theme }: { theme: Theme }) => ({ - fontSize: theme.typography.body1.fontSize, - fontFamily: theme.typography.body1.fontFamily, - fontWeight: theme.typography.body1.fontWeight, - lineHeight: theme.typography.body1.lineHeight -})); - const About = () => { return About This Service @@ -37,7 +30,7 @@ const About = () => { more information. - This service is operated by the Eclipse Foundation + This service is operated by the Eclipse Foundation under the responsibility of the Open VSX Working Group. The Open VSX Working Group ensures the continued sustainability, integrity, evolution and adoption of the Open VSX Registry. It provides governance, guidance, and funding for the communities that support its implementation, deployment and maintenance. If you're interested in joining the working group,