Skip to content

Commit

Permalink
Change Twitter logo to X logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis committed Nov 20, 2023
1 parent 033eac9 commit 0928f7f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions public/img/logo-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/component/bar/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
width: fit-content;
}

#Footer .Footer-network a i:hover {
color: var(--secondary-color) !important;
#Footer .Footer-network a > img {
max-width: 20px !important;
vertical-align: text-top;
margin-top: 4px;
}

#Footer .Footer-documentation-and-terms a {
Expand Down
7 changes: 5 additions & 2 deletions src/component/bar/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ export default class Footer extends React.Component {
href="https://twitter.com/houseofcyber_lu"
rel="noreferrer"
target="_blank"
title="Twitter LHC"
title="X LHC"
className="text-capitalize">
<i className="fab fa-twitter Footer-network"/>
<img
src="/img/logo-x.svg"
alt="X Logo"
/>
</a>
<a
href="https://www.linkedin.com/company/houseofcybersecurity"
Expand Down

0 comments on commit 0928f7f

Please sign in to comment.