update readme and add credits

This commit is contained in:
MathieuG-P
2023-01-21 15:08:35 +01:00
parent 53fb197585
commit 2d60acce51
2 changed files with 37 additions and 22 deletions
@@ -4,6 +4,8 @@ import { motion, Variants } from "framer-motion";
import { useObservable } from "renderer/hooks/use-observable.hook";
import { AudioPlayerService } from "renderer/services/audio-player.service";
// Thanks to cheddZy for the icon : https://github.com/cheddZy
export const BsManagerIcon = memo(({className}: {className?: string}) => {
const audioPlayer = AudioPlayerService.getInstance();