Skip to content

Commit

Permalink
docs: change footer with x
Browse files Browse the repository at this point in the history
  • Loading branch information
addetz committed Sep 6, 2024
1 parent 4c54c35 commit 4c9699d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
.Social-icons img {
width: 32px;
height: 32px;

filter: invert(100%);
margin-right: 3px;
margin-left: 3px;
}

.Social-invert {
filter: invert(100%);
}

.footer-logo-container{
margin: 8px;
}
Expand Down
8 changes: 4 additions & 4 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import './Footer.css'
import twitter from "../../img/twitter.png";
import twitter from "../../img/x.png";
import linkedin from "../../img/linkedin.png";
import mastodon from "../../img/mastodon.png";
import logo from "../../img/logo.svg"
Expand All @@ -14,11 +14,11 @@ const Footer = () => {
target={"_blank"}
rel={"noreferrer"}
>
<img src={linkedin} alt="linkedin" />
<img className="Social-invert" src={linkedin} alt="linkedin" />
</a>

<a
href="https://twitter.com/spectrocloudinc"
href="https://x.com/spectrocloudinc"
target={"_blank"}
rel={"noreferrer"}
>
Expand All @@ -30,7 +30,7 @@ const Footer = () => {
target={"_blank"}
rel={"noreferrer"}
>
<img src={mastodon} alt="mastodon" />
<img className="Social-invert" src={mastodon} alt="mastodon" />
</a>
</div>
<div>
Expand Down
Binary file removed src/img/twitter.png
Binary file not shown.
Binary file added src/img/x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c9699d

Please sign in to comment.