Skip to content

Commit

Permalink
updated cisa logo
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyc1 committed Nov 7, 2023
1 parent d5c2b14 commit d65eba1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/pages/AuthLogin/AuthLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { AuthForm } from 'components';
import { Button } from '@trussworks/react-uswds';
import { useAuthContext } from 'context';
import { Alert } from '@mui/material';
import cisa_logo from '../../pages/AuthLogin/img/CISA_LOGO.png';
import {
Authenticator,
ThemeProvider,
Expand Down Expand Up @@ -136,7 +137,9 @@ export const AuthLogin: React.FC<{ showSignUp?: boolean }> = ({
<div className="notification_box">
<div className="warning_header">WARNING</div>
<div className="warning_logo">
<img src="/img/CISA_LOGO.png"></img>
<Link href="/" to={''}>
<img src={cisa_logo} alt="CISA LOGO" />
</Link>
</div>
<div className="warning_notification">
Crossfeed is hosted by Department of Homeland Security (DHS)
Expand Down

0 comments on commit d65eba1

Please sign in to comment.