Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 16, 2024
1 parent 7430839 commit c221600
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@ const Header: FC<HeaderProps> = () => {
src={CflLogoImage}
alt="code for life logo"
maxWidth={{ xs: "65px", lg: "80px" }}
onClick={() => {
window.open(LINK_CFL, "_blank")
}}
style={{ cursor: "pointer" }}
href={LINK_CFL}
hrefInNewTab
/>
{sessionMetadata && (
<Stack direction="row" gap={2} alignItems="center" marginLeft="auto">
Expand Down

0 comments on commit c221600

Please sign in to comment.