File tree 4 files changed +0
-33
lines changed
@dvcorg/gatsby-theme-iterative/components
4 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { ReactComponent as IterativeIcon } from '@media/icons/iterative.svg'
13
13
import dvcIcon from '@media/icons/dvc.svg'
14
14
import cmlIcon from '@media/icons/cml.svg'
15
15
import studioIcon from '@media/icons/studio.svg'
16
- import mlemIcon from '@media/icons/mlem.svg'
17
16
18
17
interface ISocialLinkPopupProps {
19
18
url : string
@@ -99,18 +98,6 @@ const footerLists: Array<IFooterListPopupProps> = [
99
98
) ,
100
99
url : 'https://studio.iterative.ai/'
101
100
} ,
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
- } ,
114
101
{
115
102
text : 'VS Code Extension' ,
116
103
icon : < Box as = "span" sx = { { backgroundImage : `url("${ dvcIcon } ")` } } /> ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { ReactComponent as DownIcon } from '@media/icons/down.svg'
12
12
import { ReactComponent as CmlIcon } from '@media/icons/cml.svg'
13
13
import { ReactComponent as DvcIcon } from '@media/icons/dvc.svg'
14
14
import { ReactComponent as StudioIcon } from '@media/icons/studio.svg'
15
- import { ReactComponent as MlemIcon } from '@media/icons/mlem.svg'
16
15
import { ReactComponent as ExternalLinkIcon } from '@media/icons/external-link.svg'
17
16
import { ReactComponent as VsCodeIcon } from '@media/icons/vscode.svg'
18
17
@@ -94,13 +93,6 @@ const otherToolsItems: Array<IOtherToolsItem> = [
94
93
icon : < CmlIcon width = "24" height = "24" /> ,
95
94
description : 'Open-source CI/CD for ML projects' ,
96
95
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'
104
96
}
105
97
]
106
98
Original file line number Diff line number Diff line change @@ -183,14 +183,6 @@ export const HamburgerMenu: React.FC<
183
183
< span className = { styles . subSectionLinkTitle } > CML</ span >
184
184
</ Link >
185
185
</ 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 >
194
186
< li className = { styles . subSection } >
195
187
< Link
196
188
href = "https://marketplace.visualstudio.com/items?itemName=Iterative.dvc"
Original file line number Diff line number Diff line change @@ -198,10 +198,6 @@ a.sectionHeading {
198
198
& Studio {
199
199
background-image : url ('../../../media/icons/studio.svg' );
200
200
}
201
-
202
- & Mlem {
203
- background-image : url ('../../../media/icons/mlem.svg' );
204
- }
205
201
}
206
202
207
203
.subSectionLinkTitle {
You can’t perform that action at this time.
0 commit comments