Skip to content

Commit

Permalink
flow
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Feb 28, 2024
1 parent e2fddcc commit 43133a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ export default class Navbar extends React.Component {
setNavDrawerOpen: (b: boolean) => void
}

renderProfileHeader = (
renderProfileHeader = () => [
<img
src="/static/images/micromasters_logo_white.svg"
alt="MicroMasters Programs"
key="header-logo"
/>
)
]

renderAuthenticatedHeader = (link: string) => [
<Link to={link} key="header-logo-link">
Expand Down

0 comments on commit 43133a1

Please sign in to comment.