Skip to content

Commit

Permalink
Replacing Twitter with X
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
1Shubham7 authored May 17, 2024
1 parent d65fafe commit a3a34e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const config = {
{
href: "https://twitter.com/KubeEdge",
position: "right",
className: "header-twitter-link heade-icon",
className: "header-x-link heade-icon",
},
{
to: "/docs/community/slack",
Expand Down
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
no-repeat;
}

.header-twitter-link::before {
.header-x-link::before {
content: "";
width: 25px;
height: 25px;
display: flex;
background: url("/img/twitter.svg") no-repeat;
background: url("/img/x.svg") no-repeat;
}

.header-slack-link::before {
Expand Down
5 changes: 0 additions & 5 deletions static/img/twitter.svg

This file was deleted.

3 changes: 3 additions & 0 deletions static/img/x.svg
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 a3a34e3

Please sign in to comment.