File tree Expand file tree Collapse file tree 4 files changed +0
-33
lines changed
@dvcorg/gatsby-theme-iterative/components Expand file tree Collapse file tree 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'
1313import dvcIcon from '@media/icons/dvc.svg'
1414import cmlIcon from '@media/icons/cml.svg'
1515import studioIcon from '@media/icons/studio.svg'
16- import mlemIcon from '@media/icons/mlem.svg'
1716
1817interface 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 } ")` } } /> ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { ReactComponent as DownIcon } from '@media/icons/down.svg'
1212import { ReactComponent as CmlIcon } from '@media/icons/cml.svg'
1313import { ReactComponent as DvcIcon } from '@media/icons/dvc.svg'
1414import { ReactComponent as StudioIcon } from '@media/icons/studio.svg'
15- import { ReactComponent as MlemIcon } from '@media/icons/mlem.svg'
1615import { ReactComponent as ExternalLinkIcon } from '@media/icons/external-link.svg'
1716import { 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments