Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
show twitter icon at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyroufs committed Oct 22, 2020
1 parent 3b0ef91 commit b02c035
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/src/components/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ const Header = ({
<LinkIcon to="/about">
<FaQuestionCircle fontSize="1.5rem" />
</LinkIcon>
<LinkIcon.External
href="https://twitter.com/league_dex"
target="_blank"
>
<FaTwitter fontSize="1.5rem" />
</LinkIcon.External>
{isAuthenticated && (
<>
{/* <LinkIcon to="/settings">
<FaCog fontSize="1.5rem" />
</LinkIcon> */}
<LinkIcon.External
href="https://twitter.com/league_dex"
target="_blank"
>
<FaTwitter fontSize="1.5rem" />
</LinkIcon.External>
{isAdmin && (
<LinkIcon to={`/admin/dashboard`}>
<FaTachometerAlt fontSize="1.5rem" />
Expand Down

0 comments on commit b02c035

Please sign in to comment.