Skip to content

Commit

Permalink
DS-1182: Update isLink prop for linkContent in PantheonLogo implement…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
gfbollingerHakuna committed Jan 17, 2025
1 parent be6e06b commit 0e6b9ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/layout/StaticHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ const StaticHeader = ({ page }) => (
<Container className="docs-static-header__container">
<div className="docs-static-header__logo">
<PantheonLogo
isLink={{
ariaLabel: "Pantheon Home",
link: <a href="https://pantheon.io" target="_blank"></a>,
}}
linkContent={
<a href="https://pantheon.io" target="_blank"></a>
}
/>
</div>
<div className="docs-static-header__link">
Expand Down

0 comments on commit 0e6b9ae

Please sign in to comment.