Skip to content

Commit

Permalink
chore: remove by iterative (#5336)
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Dec 11, 2024
1 parent 0e1ef86 commit 4ea1623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'

Expand Down Expand Up @@ -201,23 +199,7 @@ const LayoutFooter: React.FC = () => (
</Link>
</div>
<FooterLists />
<div className={styles.bottomRow}>
<p className={styles.companyLabel}>
By{' '}
<LogoGradient className="font-extrabold" href="https://dvc.ai">
Iterative
</LogoGradient>
<span className={styles.companyDescription}>
<ShowOnly as="span" on="desktop">
{' '}
- an open platform to operationalize AI
</ShowOnly>
<ShowOnly as="span" on="mobile">
{' '}
An open platform to operationalize AI
</ShowOnly>
</span>
</p>
<div className="mx-auto mt-6">
<FooterSocialIcons />
</div>
</LayoutWidthContainer>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2813,9 +2813,9 @@ __metadata:
languageName: node
linkType: hard

"@dvcorg/gatsby-theme-iterative@npm:0.3.23":
version: 0.3.23
resolution: "@dvcorg/gatsby-theme-iterative@npm:0.3.23"
"@dvcorg/gatsby-theme-iterative@npm:0.3.24":
version: 0.3.24
resolution: "@dvcorg/gatsby-theme-iterative@npm:0.3.24"
dependencies:
"@babel/plugin-transform-react-jsx": "npm:^7.23.4"
"@reach/portal": "npm:^0.18.0"
Expand Down Expand Up @@ -2884,7 +2884,7 @@ __metadata:
peerDependencies:
gatsby: ^5.0.0
react: ^18.0.0
checksum: 10c0/b067116c5d75e8dc221e7f7b44cbfdcb12a858e95f56df5d0dda0e5820325e8be36653c1137ddd03488b14cd5880bf400b7fab1b75abc668f57bf3b7fe264b16
checksum: 10c0/cec8bc7e0d230a5fd1624ad931f4b491ae4546f1887bf25bdd221e082e74098d63efcc4cdd7e4843f74117fa3af2f79a5c352a3c922cab63e7f0c7ecc6efe0be
languageName: node
linkType: hard

Expand Down Expand Up @@ -25447,7 +25447,7 @@ __metadata:
resolution: "website@workspace:."
dependencies:
"@babel/core": "npm:7.25.8"
"@dvcorg/gatsby-theme-iterative": "npm:0.3.23"
"@dvcorg/gatsby-theme-iterative": "npm:0.3.24"
"@dvcorg/websites-server": "npm:0.2.1"
"@iframe-resizer/react": "npm:5.3.1"
"@octokit/request": "npm:8.4.0"
Expand Down

0 comments on commit 4ea1623

Please sign in to comment.