1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 02:16:23 +00:00

Refactor HelpIcon component and update className usage

This commit is contained in:
Wolfie 2024-03-15 12:06:57 -04:00
parent 85a457a456
commit af8649223b
No known key found for this signature in database
GPG key ID: DE384EE9BF2D909A

View file

@ -5,11 +5,12 @@
*/
import { classes } from "@utils/misc";
export default ({ className }: { className?: string; }): JSX.Element => (
<svg
x="0"
y="0"
className="vc-holynotes-icon"
className={classes("vc-holynotes-icon")}
aria-hidden="true"
role="img"
width="24"