diff --git a/src/view/icons/Logotype.tsx b/src/view/icons/Logotype.tsx index 8be4980..9cc17b1 100644 --- a/src/view/icons/Logotype.tsx +++ b/src/view/icons/Logotype.tsx @@ -10,18 +10,18 @@ export function Logotype({ }: {fill?: PathProps['fill']} & SvgProps) { const pal = usePalette('default') // @ts-ignore it's fiiiiine - const size = parseInt(rest.width || 32) + const size = parseInt(rest.width || 32, 10) return ( )