diff --git a/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx b/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx index 22ad5406..24375e4f 100644 --- a/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx +++ b/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx @@ -13,7 +13,6 @@ import { ReactComponent as IterativeIcon } from '@media/icons/iterative.svg' import dvcIcon from '@media/icons/dvc.svg' import cmlIcon from '@media/icons/cml.svg' import studioIcon from '@media/icons/studio.svg' -import mlemIcon from '@media/icons/mlem.svg' interface ISocialLinkPopupProps { url: string @@ -99,18 +98,6 @@ const footerLists: Array = [ ), url: 'https://studio.iterative.ai/' }, - { - text: 'MLEM', - icon: ( - - ), - url: 'https://mlem.ai/' - }, { text: 'VS Code Extension', icon: , diff --git a/src/@dvcorg/gatsby-theme-iterative/components/LayoutHeader/index.tsx b/src/@dvcorg/gatsby-theme-iterative/components/LayoutHeader/index.tsx index 05a701c9..cb9ee604 100644 --- a/src/@dvcorg/gatsby-theme-iterative/components/LayoutHeader/index.tsx +++ b/src/@dvcorg/gatsby-theme-iterative/components/LayoutHeader/index.tsx @@ -12,7 +12,6 @@ import { ReactComponent as DownIcon } from '@media/icons/down.svg' import { ReactComponent as CmlIcon } from '@media/icons/cml.svg' import { ReactComponent as DvcIcon } from '@media/icons/dvc.svg' import { ReactComponent as StudioIcon } from '@media/icons/studio.svg' -import { ReactComponent as MlemIcon } from '@media/icons/mlem.svg' import { ReactComponent as ExternalLinkIcon } from '@media/icons/external-link.svg' import { ReactComponent as VsCodeIcon } from '@media/icons/vscode.svg' @@ -94,13 +93,6 @@ const otherToolsItems: Array = [ icon: , description: 'Open-source CI/CD for ML projects', href: '/' - }, - { - title: 'MLEM', - icon: , - description: - 'Open-source model registry and deployment tool for ML projects', - href: 'https://mlem.ai' } ] diff --git a/src/components/molecules/HamburgerMenu/index.tsx b/src/components/molecules/HamburgerMenu/index.tsx index 95d7489f..82de89e6 100644 --- a/src/components/molecules/HamburgerMenu/index.tsx +++ b/src/components/molecules/HamburgerMenu/index.tsx @@ -183,14 +183,6 @@ export const HamburgerMenu: React.FC< CML -
  • - -
    - MLEM - -