Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell committed Nov 14, 2024
1 parent 194fb9a commit 899123b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ const ChromeFooter = () => {
</Cta>
</FooterBlock>
<FooterUniversal slot="universal">
<h3 slot="links-primary" className="pf-v5-u-w-100 pf-v5-u-pb-md">About</h3>
<h3 slot="links-primary" className="pf-v5-u-w-100 pf-v5-u-pb-md">
About
</h3>
<ul slot="links-primary">
<li>
<a href="https://redhat.com/en/about/company">About Red Hat</a>
Expand Down Expand Up @@ -194,7 +196,9 @@ const ChromeFooter = () => {
<a href="https://www.redhat.com/en/summit">Red Hat Summit</a>
</li>
</ul>
<h3 slot="links-secondary" className="pf-v5-u-w-100 pf-v5-u-pb-md">Privacy and legal</h3>
<h3 slot="links-secondary" className="pf-v5-u-w-100 pf-v5-u-pb-md">
Privacy and legal
</h3>
<ul slot="links-secondary">
<li>
<a href="https://redhat.com/en/about/privacy-policy">Privacy statement</a>
Expand All @@ -215,7 +219,9 @@ const ChromeFooter = () => {
</li>
<CookieConsentElement />
</ul>
<FooterCopyright slot="links-secondary" className="pf-v5-u-pt-md">© 2024 Red Hat, Inc.</FooterCopyright>
<FooterCopyright slot="links-secondary" className="pf-v5-u-pt-md">
© 2024 Red Hat, Inc.
</FooterCopyright>
</FooterUniversal>
</Footer>
</React.Fragment>
Expand Down

0 comments on commit 899123b

Please sign in to comment.