mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
feat: "open in spotify" button (#1839)
* feat: open in spotify * fix: disable native spotify URI by default
This commit is contained in:
@@ -125,7 +125,7 @@ import {
|
||||
import { MdOutlineVisibility, MdOutlineVisibilityOff } from 'react-icons/md';
|
||||
import { PiMouseLeftClickFill, PiMouseRightClickFill } from 'react-icons/pi';
|
||||
import { RiPlayListAddLine, RiRepeat2Line, RiRepeatOneLine } from 'react-icons/ri';
|
||||
import { SiMusicbrainz } from 'react-icons/si';
|
||||
import { SiMusicbrainz, SiSpotify } from 'react-icons/si';
|
||||
|
||||
import styles from './icon.module.css';
|
||||
|
||||
@@ -156,6 +156,7 @@ export const AppIcon = {
|
||||
brandGitHub: LuGithub,
|
||||
brandLastfm: FaLastfmSquare,
|
||||
brandMusicBrainz: SiMusicbrainz,
|
||||
brandSpotify: SiSpotify,
|
||||
cache: LuCloudDownload,
|
||||
check: LuCheck,
|
||||
clipboardCopy: LuClipboardCopy,
|
||||
|
||||
Reference in New Issue
Block a user