Skip to content

Commit

Permalink
fix: svg logo (#1316)
Browse files Browse the repository at this point in the history
I am changing the svg to be able to use it without any translation or
other css. Grabbed from
[Figma](https://www.figma.com/design/5mclPTReHcRIzKbJm8YA6a/VEDA---USWDS?node-id=241-1609&node-type=symbol&t=H3LqNnn3tzAsfBg1-0)!
Note: It has some differences to the current logo in the shade of blue
it is using, as well as a tiny bit whitespace around it.
  • Loading branch information
AliceR authored Dec 12, 2024
2 parents 02e5b61 + 0755ef6 commit 4e3a21a
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 442 deletions.
2 changes: 2 additions & 0 deletions app/scripts/components/common/layout-root/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { getBannerFromVedaConfig, getCookieConsentFromVedaConfig } from 'veda';
import MetaTags from '../meta-tags';
import PageFooter from '../page-footer';
import PageFooterLegacy from '../page-footer-legacy';
import NasaLogoColor from '../nasa-logo-color';

const Banner = React.lazy(() => import('../banner'));
const CookieConsent = React.lazy(() => import('../cookie-consent'));
Expand Down Expand Up @@ -115,6 +116,7 @@ function LayoutRoot(props: { children?: ReactNode }) {
footerPrimaryNavItems
}}
hideFooter={hideFooter}
logoSvg={<NasaLogoColor />}
/>
) : (
<PageFooterLegacy hideFooter={hideFooter} />
Expand Down
Loading

0 comments on commit 4e3a21a

Please sign in to comment.