1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-11 10:26:21 +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"; import { classes } from "@utils/misc";
export default ({ className }: { className?: string; }): JSX.Element => ( export default ({ className }: { className?: string; }): JSX.Element => (
<svg <svg
x="0" x="0"
y="0" y="0"
className="vc-holynotes-icon" className={classes("vc-holynotes-icon")}
aria-hidden="true" aria-hidden="true"
role="img" role="img"
width="24" width="24"