Skip to content

Commit

Permalink
Merge pull request #2979 from epwinchell/footer
Browse files Browse the repository at this point in the history
footer tweaks
  • Loading branch information
Hyperkid123 authored Nov 15, 2024
2 parents 778d06e + 899123b commit 5ecbef3
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">Red Hat legal and privacy links</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,8 +196,9 @@ const ChromeFooter = () => {
<a href="https://www.redhat.com/en/summit">Red Hat Summit</a>
</li>
</ul>
<FooterCopyright slot="links-secondary">© 2022 Red Hat, Inc.</FooterCopyright>
<h3 slot="links-secondary">Red Hat legal and privacy links</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 @@ -216,6 +219,9 @@ const ChromeFooter = () => {
</li>
<CookieConsentElement />
</ul>
<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 5ecbef3

Please sign in to comment.