diff --git a/README.md b/README.md index 864a6014..a54741b2 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Donation Twitter
- [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

    -
    - - -
    -
    - [Return to top] -
    -
    -

    @@ -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! +
    + +


    + + +
    +

    Credits

    + +
    + + +
    + +
    +

    Contributing

    +

    + If you'd like to contribute, check out the contributing guide +

    +

    Thank you to all the people who already contributed to BSManager!

    +
    + + + +
    +
    +
    +
    [Return to top]
    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();