From 2d60acce5188389f612955e943e94fe9f004ed8f Mon Sep 17 00:00:00 2001
From: MathieuG-P <40181755+Zagrios@users.noreply.github.com>
Date: Sat, 21 Jan 2023 15:08:35 +0100
Subject: [PATCH] update readme and add credits
---
README.md | 57 ++++++++++++-------
.../nav-bar/bsmanager-icon.component.tsx | 2 +
2 files changed, 37 insertions(+), 22 deletions(-)
diff --git a/README.md b/README.md
index 864a6014..a54741b2 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
- [go to bottom]
+ [Go to bottom]
---
@@ -57,7 +57,6 @@
About The Project
Usage
@@ -70,6 +69,8 @@
One Click
Having problems?
+ Credits
+ Contributing
@@ -114,26 +115,6 @@
-
-
-
Contribution
-
-
-
-
Main Developer
-
-

-
-
Support Developer
-
-

-

-
-
-
-
@@ -222,6 +203,38 @@ https://user-images.githubusercontent.com/40648115/213435051-7feb815d-f32b-4135-
See the open issues to show the list of known issues, from there you can create a new issue for your problem!
+
+
+
+
+
+
+
+
+
+
+
+
Contributing
+
+ If you'd like to contribute, check out the contributing guide
+
+
Thank you to all the people who already contributed to BSManager!
+
+
+
+
diff --git a/src/renderer/components/nav-bar/bsmanager-icon.component.tsx b/src/renderer/components/nav-bar/bsmanager-icon.component.tsx
index b125336f..60dab613 100644
--- a/src/renderer/components/nav-bar/bsmanager-icon.component.tsx
+++ b/src/renderer/components/nav-bar/bsmanager-icon.component.tsx
@@ -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();