Commit 1d0d929b authored by Lê Bảo Hồng Đức's avatar Lê Bảo Hồng Đức

fix

parent e3c8a0b0
......@@ -15,7 +15,7 @@ export const ZaloIcon = ({ size = 20, className = "" }: { size?: number; classNa
</svg>
);
const TiktokIcon = ({ size = 20, className = "" }: { size?: number; className?: string }) => (
export const TiktokIcon = ({ size = 20, className = "" }: { size?: number; className?: string }) => (
<svg
viewBox="0 0 24 24"
width={size}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment