Skip to content

Commit 4ea1623

Browse files
authored
chore: remove by iterative (#5336)
1 parent 0e1ef86 commit 4ea1623

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"node": ">=18.x <=21.x"
4444
},
4545
"dependencies": {
46-
"@dvcorg/gatsby-theme-iterative": "0.3.23",
46+
"@dvcorg/gatsby-theme-iterative": "0.3.24",
4747
"@dvcorg/websites-server": "0.2.1",
4848
"@iframe-resizer/react": "5.3.1",
4949
"@octokit/request": "8.4.0",

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import Link from '@dvcorg/gatsby-theme-iterative/src/components/Link'
55
import SocialIcon, {
66
ISocialIcon
77
} from '@dvcorg/gatsby-theme-iterative/src/components/SocialIcon'
8-
import ShowOnly from '@dvcorg/gatsby-theme-iterative/src/components/ShowOnly'
98
import { getFirstPage } from '@dvcorg/gatsby-theme-iterative/src/utils/shared/sidebar'
109

1110
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
1615
import { ReactComponent as DatachainSVG } from '../../../../../static/img/logos/datachain-logo.svg'
1716

1817
import * as styles from '@dvcorg/gatsby-theme-iterative/src/components/LayoutFooter/styles.module.css'
19-
import LogoGradient from '@dvcorg/gatsby-theme-iterative/src/components/LogoGradient'
2018

2119
import { githubDatachainUrl } from '../../../../utils/externalUrls'
2220

@@ -201,23 +199,7 @@ const LayoutFooter: React.FC = () => (
201199
</Link>
202200
</div>
203201
<FooterLists />
204-
<div className={styles.bottomRow}>
205-
<p className={styles.companyLabel}>
206-
By{' '}
207-
<LogoGradient className="font-extrabold" href="https://dvc.ai">
208-
Iterative
209-
</LogoGradient>
210-
<span className={styles.companyDescription}>
211-
<ShowOnly as="span" on="desktop">
212-
{' '}
213-
- an open platform to operationalize AI
214-
</ShowOnly>
215-
<ShowOnly as="span" on="mobile">
216-
{' '}
217-
An open platform to operationalize AI
218-
</ShowOnly>
219-
</span>
220-
</p>
202+
<div className="mx-auto mt-6">
221203
<FooterSocialIcons />
222204
</div>
223205
</LayoutWidthContainer>

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,9 +2813,9 @@ __metadata:
28132813
languageName: node
28142814
linkType: hard
28152815

2816-
"@dvcorg/gatsby-theme-iterative@npm:0.3.23":
2817-
version: 0.3.23
2818-
resolution: "@dvcorg/gatsby-theme-iterative@npm:0.3.23"
2816+
"@dvcorg/gatsby-theme-iterative@npm:0.3.24":
2817+
version: 0.3.24
2818+
resolution: "@dvcorg/gatsby-theme-iterative@npm:0.3.24"
28192819
dependencies:
28202820
"@babel/plugin-transform-react-jsx": "npm:^7.23.4"
28212821
"@reach/portal": "npm:^0.18.0"
@@ -2884,7 +2884,7 @@ __metadata:
28842884
peerDependencies:
28852885
gatsby: ^5.0.0
28862886
react: ^18.0.0
2887-
checksum: 10c0/b067116c5d75e8dc221e7f7b44cbfdcb12a858e95f56df5d0dda0e5820325e8be36653c1137ddd03488b14cd5880bf400b7fab1b75abc668f57bf3b7fe264b16
2887+
checksum: 10c0/cec8bc7e0d230a5fd1624ad931f4b491ae4546f1887bf25bdd221e082e74098d63efcc4cdd7e4843f74117fa3af2f79a5c352a3c922cab63e7f0c7ecc6efe0be
28882888
languageName: node
28892889
linkType: hard
28902890

@@ -25447,7 +25447,7 @@ __metadata:
2544725447
resolution: "website@workspace:."
2544825448
dependencies:
2544925449
"@babel/core": "npm:7.25.8"
25450-
"@dvcorg/gatsby-theme-iterative": "npm:0.3.23"
25450+
"@dvcorg/gatsby-theme-iterative": "npm:0.3.24"
2545125451
"@dvcorg/websites-server": "npm:0.2.1"
2545225452
"@iframe-resizer/react": "npm:5.3.1"
2545325453
"@octokit/request": "npm:8.4.0"

0 commit comments

Comments
 (0)