diff --git a/package.json b/package.json
index b21d365634..edc155c391 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"node": ">=18.x <=21.x"
},
"dependencies": {
- "@dvcorg/gatsby-theme-iterative": "0.3.23",
+ "@dvcorg/gatsby-theme-iterative": "0.3.24",
"@dvcorg/websites-server": "0.2.1",
"@iframe-resizer/react": "5.3.1",
"@octokit/request": "8.4.0",
diff --git a/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx b/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx
index ca0c62e7d0..a6df64da77 100644
--- a/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx
+++ b/src/@dvcorg/gatsby-theme-iterative/components/LayoutFooter/index.tsx
@@ -5,7 +5,6 @@ import Link from '@dvcorg/gatsby-theme-iterative/src/components/Link'
import SocialIcon, {
ISocialIcon
} from '@dvcorg/gatsby-theme-iterative/src/components/SocialIcon'
-import ShowOnly from '@dvcorg/gatsby-theme-iterative/src/components/ShowOnly'
import { getFirstPage } from '@dvcorg/gatsby-theme-iterative/src/utils/shared/sidebar'
import { ReactComponent as LogoSVG } from '../../../../../static/img/dvc_icon-color--square_vector.svg'
@@ -16,7 +15,6 @@ import { ReactComponent as StudioSVG } from '../../../../../static/img/studio_ic
import { ReactComponent as DatachainSVG } from '../../../../../static/img/logos/datachain-logo.svg'
import * as styles from '@dvcorg/gatsby-theme-iterative/src/components/LayoutFooter/styles.module.css'
-import LogoGradient from '@dvcorg/gatsby-theme-iterative/src/components/LogoGradient'
import { githubDatachainUrl } from '../../../../utils/externalUrls'
@@ -201,23 +199,7 @@ const LayoutFooter: React.FC = () => (
- By{' '}
-