mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05:00
fix
This commit is contained in:
parent
d0b69679c3
commit
5556d2e293
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ L103 actual dupe fix
|
|||
L109 is when clicking the badge open the modal
|
||||
Everything below is related to the badge modal
|
||||
*/
|
||||
const cl = classNameFactory("vc-badges-modal-");
|
||||
const cl = classNameFactory("vc-author-modal-");
|
||||
|
||||
const BadgeModalComponent = ({ name, img }: { name: string, img: string; }) => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Reference in a new issue