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 ...@@ -15,7 +15,7 @@ export const ZaloIcon = ({ size = 20, className = "" }: { size?: number; classNa
</svg> </svg>
); );
const TiktokIcon = ({ size = 20, className = "" }: { size?: number; className?: string }) => ( export const TiktokIcon = ({ size = 20, className = "" }: { size?: number; className?: string }) => (
<svg <svg
viewBox="0 0 24 24" viewBox="0 0 24 24"
width={size} 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