Skip to content

Commit 94619dd

Browse files
committed
fixes #7340
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent c477b4a commit 94619dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/SocialLinks-Color/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const SocialLinksColor = () => {
3131
<img className="slack" height="30px" src={slack_icon} alt="slack" />
3232
</a>
3333
<a
34-
href="https://twitter.com/layer5"
34+
href="https://x.com/layer5"
3535
target="_blank"
3636
rel="noreferrer"
3737
className="footer_twitter"

src/components/SocialLinks-Color/sociallinkscolor.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const SocialLinksWrapper = styled.div`
88
}
99
a {
1010
margin: 0 0.3rem;
11-
width: 2.5rem;
11+
width: 32px;
1212
filter: grayscale(1) invert(0.25);
1313
1414
img {

src/components/SocialLinks/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const SocialLinks = () => {
2929
<img className="slack" height="40 px" src={slack_icon} alt="slack" />
3030
</a>
3131
<a
32-
href="https://twitter.com/layer5"
32+
href="https://x.com/layer5"
3333
target="_blank"
3434
rel="noreferrer"
3535
>

0 commit comments

Comments
 (0)