Skip to content

Commit

Permalink
attempt at bluesky
Browse files Browse the repository at this point in the history
since fortawesome is slacking n said itll be a few weeks.
  • Loading branch information
justinvforvendetta committed Mar 10, 2024
1 parent 90fa0bd commit 5f66203
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
14 changes: 14 additions & 0 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,20 @@ function Home(props) {
<FontAwesomeIcon icon={faTwitter} size="2x" />
</a>
</Link>
</div>
<div className="pt-xs social__icon">
<Link href="https://bsky.app/profile/vergecurrency.com">
<a
href="https://bsky.app/profile/vergecurrency.com"
target="_blank"
rel="noopener noreferrer"
className="social__link social__link--bluesky"
name="BlueSky link"
title="BlueSky"
>
<FontAwesomeIcon icon={faTwitter} size="2x" />
</a>
</Link>
</div>
<div className="pt-xs social__icon">
<Link href="https://discord.gg/vergecurrency">
Expand Down
3 changes: 3 additions & 0 deletions static/scss/partials/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ ul {
&--youtube {
background-image: url(/static/img/icons/youtube.svg);
}
&--bluesky {
background-image: url(/static/img/icons/bluesky.svg);
}
}

.img-link-hover {
Expand Down
3 changes: 2 additions & 1 deletion static/scss/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ footer {
youtube: #ff0002,
reddit: #ff4401,
twitter: #1da1f2,
discord: #18191c
discord: #18191c,
bluesky: #1da1f2,
) {
&--#{$network} {
color: #cecece;
Expand Down

0 comments on commit 5f66203

Please sign in to comment.