Skip to content

Commit 028cdc4

Browse files
committed
Remove MLEM mentions
1 parent 4c037a9 commit 028cdc4

File tree

4 files changed

+0
-33
lines changed

4 files changed

+0
-33
lines changed

Diff for: src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx

-13
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { ReactComponent as IterativeIcon } from '@media/icons/iterative.svg'
1313
import dvcIcon from '@media/icons/dvc.svg'
1414
import cmlIcon from '@media/icons/cml.svg'
1515
import studioIcon from '@media/icons/studio.svg'
16-
import mlemIcon from '@media/icons/mlem.svg'
1716

1817
interface ISocialLinkPopupProps {
1918
url: string
@@ -99,18 +98,6 @@ const footerLists: Array<IFooterListPopupProps> = [
9998
),
10099
url: 'https://studio.iterative.ai/'
101100
},
102-
{
103-
text: 'MLEM',
104-
icon: (
105-
<Box
106-
as="span"
107-
sx={{
108-
backgroundImage: `url("${mlemIcon}")`
109-
}}
110-
/>
111-
),
112-
url: 'https://mlem.ai/'
113-
},
114101
{
115102
text: 'VS Code Extension',
116103
icon: <Box as="span" sx={{ backgroundImage: `url("${dvcIcon}")` }} />,

Diff for: src/@dvcorg/gatsby-theme-iterative/components/LayoutHeader/index.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { ReactComponent as DownIcon } from '@media/icons/down.svg'
1212
import { ReactComponent as CmlIcon } from '@media/icons/cml.svg'
1313
import { ReactComponent as DvcIcon } from '@media/icons/dvc.svg'
1414
import { ReactComponent as StudioIcon } from '@media/icons/studio.svg'
15-
import { ReactComponent as MlemIcon } from '@media/icons/mlem.svg'
1615
import { ReactComponent as ExternalLinkIcon } from '@media/icons/external-link.svg'
1716
import { ReactComponent as VsCodeIcon } from '@media/icons/vscode.svg'
1817

@@ -94,13 +93,6 @@ const otherToolsItems: Array<IOtherToolsItem> = [
9493
icon: <CmlIcon width="24" height="24" />,
9594
description: 'Open-source CI/CD for ML projects',
9695
href: '/'
97-
},
98-
{
99-
title: 'MLEM',
100-
icon: <MlemIcon width="24" height="24" />,
101-
description:
102-
'Open-source model registry and deployment tool for ML projects',
103-
href: 'https://mlem.ai'
10496
}
10597
]
10698

Diff for: src/components/molecules/HamburgerMenu/index.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,6 @@ export const HamburgerMenu: React.FC<
183183
<span className={styles.subSectionLinkTitle}>CML</span>
184184
</Link>
185185
</li>
186-
<li className={styles.subSection}>
187-
<Link href="https://mlem.ai/" className={styles.subSectionLink}>
188-
<div
189-
className={cn(styles.subSectionLinkImage, styles.bgImgMlem)}
190-
/>
191-
<span className={styles.subSectionLinkTitle}>MLEM</span>
192-
</Link>
193-
</li>
194186
<li className={styles.subSection}>
195187
<Link
196188
href="https://marketplace.visualstudio.com/items?itemName=Iterative.dvc"

Diff for: src/components/molecules/HamburgerMenu/styles.module.css

-4
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,6 @@ a.sectionHeading {
198198
&Studio {
199199
background-image: url('../../../media/icons/studio.svg');
200200
}
201-
202-
&Mlem {
203-
background-image: url('../../../media/icons/mlem.svg');
204-
}
205201
}
206202

207203
.subSectionLinkTitle {

0 commit comments

Comments
 (0)