Skip to content

Commit

Permalink
fix:remove grey background from auth state header
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 committed Dec 13, 2022
1 parent 4a2ef98 commit 5be80b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ export function Footer(props) {
},
];
let bLinks = isAuthenticated ? brandLinksAuth : brandLinks;
let bLinksBg = isAuthenticated
? "ds-bg-multi-neutrals-grey5 sm:ds-h-86px"
: "ds-h-full";
let bLinksBg = isAuthenticated ? "sm:ds-h-86px" : "ds-h-full";
let bottomSectionPad = isAuthenticated ? "ds-py-6px" : "ds-pt-5";
let flex = isAuthenticated ? "sm:ds-flex-row" : "md:ds-flex-row";

Expand Down

0 comments on commit 5be80b9

Please sign in to comment.