Skip to content

Commit

Permalink
fix: remove twitter logo
Browse files Browse the repository at this point in the history
  • Loading branch information
avysel committed Aug 19, 2022
1 parent b17d061 commit 11998d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ function Header() {
<Nav.Link href={Config.application.githubRepo} target="_blank">
<Github />
</Nav.Link>

<Nav.Link href="#" target="_blank">
<Twitter />
</Nav.Link>

</Nav>

</Container>
Expand Down
8 changes: 4 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ footer {
position: fixed;
width: 100%;
bottom: 0;
z-index:-1;
z-index: -1;
}

.faucet-part-title {
text-align: left;
font-weight: bold;
margin-bottom: 15px;
text-align: left;
font-weight: bold;
margin-bottom: 15px;
}

0 comments on commit 11998d5

Please sign in to comment.