mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 02:05:09 +01:00
Fix icons
This commit is contained in:
parent
af648708de
commit
4289b96039
@ -1,4 +1,3 @@
|
||||
import classNames from "classnames";
|
||||
import { memo, useEffect, useRef } from "react";
|
||||
|
||||
export enum Icons {
|
||||
@ -114,7 +113,7 @@ export const Icon = memo((props: IconProps) => {
|
||||
return (
|
||||
<span
|
||||
dangerouslySetInnerHTML={{ __html: iconList[props.icon] }} // eslint-disable-line react/no-danger
|
||||
className={classNames(props.className, "inline-block")}
|
||||
className={props.className}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user