refactor: replace MyAnimeList with AniList
This commit is contained in:
parent
386c9094b9
commit
709198dadd
3 changed files with 3 additions and 3 deletions
1
src/assets/icons/socials/anilist.svg
Normal file
1
src/assets/icons/socials/anilist.svg
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"><path fill="currentColor" d="M24 17.53v2.421c0 .71-.391 1.101-1.1 1.101h-5l-.057-.165L11.84 3.736c.106-.502.46-.788 1.053-.788h2.422c.71 0 1.1.391 1.1 1.1v12.38H22.9c.71 0 1.1.392 1.1 1.101zM11.034 2.947l6.337 18.104h-4.918l-1.052-3.131H6.019l-1.077 3.131H0L6.361 2.948h4.673zm-.66 10.96l-1.69-5.014l-1.541 5.015h3.23z"/></svg>
|
||||||
|
After Width: | Height: | Size: 410 B |
|
|
@ -1 +0,0 @@
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24"><path fill="currentColor" d="M8.273 7.247v8.423l-2.103-.003v-5.216l-2.03 2.404l-1.989-2.458l-.02 5.285H.001L0 7.247h2.203l1.865 2.545l2.015-2.546zm8.628 2.069l.025 6.335h-2.365l-.008-2.871h-2.8c.07.499.21 1.266.417 1.779c.155.381.298.751.583 1.128l-1.705 1.125c-.349-.636-.622-1.337-.878-2.082a9.3 9.3 0 0 1-.507-2.179c-.085-.75-.097-1.471.107-2.212a3.9 3.9 0 0 1 1.161-1.866c.313-.293.749-.5 1.1-.687s.743-.264 1.107-.359a7.4 7.4 0 0 1 1.191-.183c.398-.034 1.107-.066 2.39-.028l.545 1.749H14.51c-.593.008-.878.001-1.341.209a2.24 2.24 0 0 0-1.278 1.92l2.663.033l.038-1.81zm3.992-2.099v6.627l3.107.032l-.43 1.775h-4.807V7.187z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 717 B |
|
|
@ -4,7 +4,7 @@ import BlueskyIcon from "../assets/icons/socials/bluesky.svg";
|
||||||
import RedditIcon from "../assets/icons/socials/reddit.svg";
|
import RedditIcon from "../assets/icons/socials/reddit.svg";
|
||||||
import DiscordIcon from "../assets/icons/socials/discord.svg";
|
import DiscordIcon from "../assets/icons/socials/discord.svg";
|
||||||
import YouTubeIcon from "../assets/icons/socials/youtube.svg";
|
import YouTubeIcon from "../assets/icons/socials/youtube.svg";
|
||||||
import MyAnimeListIcon from "../assets/icons/socials/myanimelist.svg";
|
import AniListIcon from "../assets/icons/socials/anilist.svg";
|
||||||
import LastFMIcon from "../assets/icons/socials/lastfm.svg";
|
import LastFMIcon from "../assets/icons/socials/lastfm.svg";
|
||||||
import MailIcon from "../assets/icons/socials/mail.svg";
|
import MailIcon from "../assets/icons/socials/mail.svg";
|
||||||
---
|
---
|
||||||
|
|
@ -28,7 +28,7 @@ import MailIcon from "../assets/icons/socials/mail.svg";
|
||||||
<a href="https://www.youtube.com/@trafficlunar" data-tooltip="YouTube"><YouTubeIcon /></a>
|
<a href="https://www.youtube.com/@trafficlunar" data-tooltip="YouTube"><YouTubeIcon /></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://myanimelist.net/profile/trafficlunar" data-tooltip="MyAnimeList"><MyAnimeListIcon /></a>
|
<a href="https://anilist.co/user/trafficlunar/" data-tooltip="AniList"><AniListIcon /></a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://www.last.fm/user/axolotlmaid" data-tooltip="Last.FM"><LastFMIcon /></a>
|
<a href="https://www.last.fm/user/axolotlmaid" data-tooltip="Last.FM"><LastFMIcon /></a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue