Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 authored Feb 19, 2024
1 parent a60c79a commit 96b4960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const footerLinks = [

const Footer = () => {
return (
<Section style={{ backgroundColor: "#E9EFFF" }} component="footer">
<Section style={{ backgroundColor: "#eef2fc" }} component="footer">
<div className={styles.container}>
<div className={styles.leftSection}>
<div className={styles.footerLinksContainer}>
Expand All @@ -83,12 +83,12 @@ const Footer = () => {
))}
</div>
<div className={styles.copyContainer}>
<Button.Link tertiary color="#1A3989" className={styles.copyLink}>
<Button.Link tertiary color="#374151" className={styles.copyLink}>
© 2024, Top Ledger, All rights reserved
</Button.Link>
<Button.Link
tertiary
color="#1A3989"
color="#374151"
className={cx(styles.copyLink, styles.privacyPolicy)}
>
Privacy Policy
Expand Down

0 comments on commit 96b4960

Please sign in to comment.