Remove references of certain social site for obvious reasons

This commit is contained in:
Phillip Thelen
2025-01-23 17:24:38 +01:00
committed by Kalista Payne
parent be0e8779d5
commit 7a74825121
4 changed files with 10 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M4,0C1.79,0,0,1.79,0,4v16c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,4-4V4c0-2.21-1.79-4-4-4H4ZM12,11.57c-.72-1.49-2.7-4.26-4.53-5.63-1.32-.99-3.47-1.75-3.47.68,0,.49.28,4.08.44,4.66.57,2.03,2.65,2.55,4.5,2.23-3.24.55-4.06,2.36-2.28,4.17,3.38,3.44,4.85-.86,5.23-1.97h0s0,0,0,0c.07-.2.1-.29.1-.21,0-.08.03.01.1.22h0c.38,1.1,1.85,5.41,5.23,1.97,1.78-1.81.95-3.63-2.28-4.17,1.85.31,3.93-.2,4.5-2.23.16-.58.44-4.18.44-4.66,0-2.43-2.14-1.67-3.47-.68-1.83,1.37-3.81,4.14-4.53,5.63Z" fill-rule="evenodd"/>
</svg>

After

Width:  |  Height:  |  Size: 572 B

View File

@@ -1,3 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M20,0H4A4,4,0,0,0,0,4V20a4,4,0,0,0,4,4H20a4,4,0,0,0,4-4V4A4,4,0,0,0,20,0ZM18.36,8.74c0,.14,0,.29,0,.43A9.34,9.34,0,0,1,4,17a6.85,6.85,0,0,0,.79,0,6.57,6.57,0,0,0,4.07-1.4A3.29,3.29,0,0,1,5.8,13.39a4.1,4.1,0,0,0,.62,0,3.49,3.49,0,0,0,.86-.11,3.28,3.28,0,0,1-2.63-3.22v0a3.35,3.35,0,0,0,1.48.42A3.29,3.29,0,0,1,4.67,7.76,3.22,3.22,0,0,1,5.12,6.1a9.3,9.3,0,0,0,6.76,3.43,3.67,3.67,0,0,1-.08-.75,3.28,3.28,0,0,1,5.67-2.24,6.54,6.54,0,0,0,2.08-.79,3.22,3.22,0,0,1-1.44,1.8A6.67,6.67,0,0,0,20,7.05,7.31,7.31,0,0,1,18.36,8.74Z" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 622 B

View File

@@ -205,12 +205,12 @@
</a> </a>
<a <a
class="social-circle" class="social-circle"
href="https://twitter.com/habitica/" href="https://bsky.app/profile/habitica.com"
target="_blank" target="_blank"
> >
<div <div
class="social-icon svg-icon twitter" class="social-icon svg-icon bluesky"
v-html="icons.twitter" v-html="icons.bluesky"
></div> ></div>
</a> </a>
<a <a
@@ -807,7 +807,7 @@ h3 {
} }
} }
.twitter svg { .bluesky svg {
background-color: #e1e0e3; background-color: #e1e0e3;
fill: #878190; fill: #878190;
height: 24px; height: 24px;
@@ -846,7 +846,7 @@ import Vue from 'vue';
// images // images
import melior from '@/assets/svg/melior.svg'; import melior from '@/assets/svg/melior.svg';
import twitter from '@/assets/svg/twitter.svg'; import bluesky from '@/assets/svg/bluesky.svg';
import facebook from '@/assets/svg/facebook.svg'; import facebook from '@/assets/svg/facebook.svg';
import instagram from '@/assets/svg/instagram.svg'; import instagram from '@/assets/svg/instagram.svg';
import tumblr from '@/assets/svg/tumblr.svg'; import tumblr from '@/assets/svg/tumblr.svg';
@@ -878,7 +878,7 @@ export default {
return { return {
icons: Object.freeze({ icons: Object.freeze({
melior, melior,
twitter, bluesky,
facebook, facebook,
instagram, instagram,
tumblr, tumblr,

View File

@@ -135,7 +135,7 @@
} }
} }
.twitter svg { .bluesky svg {
background-color: $purple-50; background-color: $purple-50;
fill: $purple-500; fill: $purple-500;
&:hover { &:hover {