Skip to content

Commit

Permalink
chore: remove twitter (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanifY authored Jan 21, 2025
1 parent f2c8223 commit 2a13649
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ params:
icon: fa-solid fa-circle-info
weight: 6
url: "https://wiki.pcsx2.net"
- name: Twitter
icon: fab fa-twitter
weight: 3
url: "https://twitter.com/PCSX2"
- name: YouTube
icon: fab fa-youtube
weight: 5
Expand Down
11 changes: 0 additions & 11 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ const config = {
"aria-label": "Mastodon",
target: "_blank",
},
{
href: "https://x.com/PCSX2",
position: "right",
className: "header-twitter-link",
"aria-label": "Twitter",
target: "_blank",
},
{
href: "https://www.youtube.com/user/PCSX2team",
position: "right",
Expand Down Expand Up @@ -317,10 +310,6 @@ const config = {
label: "Mastodon",
href: "https://mastodon.social/@PCSX2",
},
{
label: "Twitter",
href: "https://x.com/PCSX2",
},
{
label: "YouTube",
href: "https://www.youtube.com/user/PCSX2team",
Expand Down
15 changes: 0 additions & 15 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -260,21 +260,6 @@ aside > div > nav.menu {
brightness(103%) contrast(104%);
}

.header-twitter-link::before {
content: "";
width: 24px;
height: 24px;
display: flex;
background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjQgNC41NTdjLS44ODMuMzkyLTEuODMyLjY1Ni0yLjgyOC43NzUgMS4wMTctLjYwOSAxLjc5OC0xLjU3NCAyLjE2NS0yLjcyNC0uOTUxLjU2NC0yLjAwNS45NzQtMy4xMjcgMS4xOTUtLjg5Ny0uOTU3LTIuMTc4LTEuNTU1LTMuNTk0LTEuNTU1LTMuMTc5IDAtNS41MTUgMi45NjYtNC43OTcgNi4wNDUtNC4wOTEtLjIwNS03LjcxOS0yLjE2NS0xMC4xNDgtNS4xNDQtMS4yOSAyLjIxMy0uNjY5IDUuMTA4IDEuNTIzIDYuNTc0LS44MDYtLjAyNi0xLjU2Ni0uMjQ3LTIuMjI5LS42MTYtLjA1NCAyLjI4MSAxLjU4MSA0LjQxNSAzLjk0OSA0Ljg5LS42OTMuMTg4LTEuNDUyLjIzMi0yLjIyNC4wODQuNjI2IDEuOTU2IDIuNDQ0IDMuMzc5IDQuNiAzLjQxOS0yLjA3IDEuNjIzLTQuNjc4IDIuMzQ4LTcuMjkgMi4wNCAyLjE3OSAxLjM5NyA0Ljc2OCAyLjIxMiA3LjU0OCAyLjIxMiA5LjE0MiAwIDE0LjMwNy03LjcyMSAxMy45OTUtMTQuNjQ2Ljk2Mi0uNjk1IDEuNzk3LTEuNTYyIDIuNDU3LTIuNTQ5eiIvPjwvc3ZnPg==")
no-repeat;
filter: var(--navbar-svg-icons-filter);
}

.header-twitter-link:hover {
filter: invert(42%) sepia(24%) saturate(3714%) hue-rotate(175deg)
brightness(103%) contrast(104%);
}

.header-youtube-link::before {
content: "";
width: 24px;
Expand Down

0 comments on commit 2a13649

Please sign in to comment.