Skip to content

Commit

Permalink
docs: adjust some logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Sep 13, 2024
1 parent 435517f commit 18247b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions website/theme/components/Landingpage/WhoIsUsing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const companyList: Company[] = [
name: 'Amazon',
logo: amazonLogo,
url: 'https://amazon.com/',
width: 120,
width: 110,
},
{
name: 'ByteDance',
Expand All @@ -67,7 +67,7 @@ const companyList: Company[] = [
name: 'NIO',
logo: nioLogo,
url: 'https://nio.com',
width: 115,
width: 110,
},
{
name: 'ABB',
Expand Down
10 changes: 0 additions & 10 deletions website/theme/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,5 @@ export function HomeLayout() {
<HomeFooter />
<CopyRight />
</>
// <BasicHomeLayout
// afterFeatures={
// <>
// <Benchmark />
// <Featured />
// <ToolStack />
// <HomeFooter />
// </>
// }
// />
);
}

0 comments on commit 18247b7

Please sign in to comment.