Skip to content

Commit

Permalink
Merge pull request #17 from dabigjoe6/update-footer
Browse files Browse the repository at this point in the history
Update footer
  • Loading branch information
dabigjoe6 authored Aug 26, 2023
2 parents 3396ab3 + a666530 commit 7e8a5b7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,12 @@ const FooterText = styled(Text)`
const Footer = () => {
const { user, signUserOut } = React.useContext(AuthContext);

const handleJosephsProfile = () => {
window.open("https://www.linkedin.com/in/joseph-olabisi/");
};

return (
<Container>
<FooterText>
Signed in as {user?.email}
<LinkBtn label="Switch user" onClick={signUserOut} />
</FooterText>
<FooterText>
Developed by
<LinkBtn label="Joseph Olabisi" onClick={handleJosephsProfile} />
</FooterText>
</Container>
);
};
Expand Down

0 comments on commit 7e8a5b7

Please sign in to comment.