Skip to content

Commit

Permalink
update PDS version, testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-miller committed Jan 18, 2024
1 parent a84a964 commit 5d4d34f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@pantheon-systems/pds-toolkit-react": "^1.0.0-dev.44",
"@pantheon-systems/pds-toolkit-react": "^1.0.0-dev.69",
"algoliasearch": "^4.14.3",
"babel-plugin-remove-graphql-queries": "^4.25.0",
"bootstrap": "^3.4.1",
Expand Down
6 changes: 1 addition & 5 deletions src/layout/StaticHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ import "./style.css"
const StaticHeader = ({ page }) => (
<header className="docs-static-header">
<Container className="docs-static-header__container">
<div className="docs-static-header__logo">
<PantheonLogo
isLink={{ url: "https://pantheon.io", ariaLabel: "Pantheon Home" }}
/>
</div>
<div className="docs-static-header__logo"></div>
<div className="docs-static-header__link">
<Link id="home" to="/">
Docs Home
Expand Down

0 comments on commit 5d4d34f

Please sign in to comment.