We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1842200 commit b9da886Copy full SHA for b9da886
www/src/app/page.tsx
@@ -71,7 +71,7 @@ interface IconProps extends Partial<React.SVGProps<SVGSVGElement>> {
71
size?: string | number;
72
}
73
74
-export const Logo = ({
+const Logo = ({
75
color = "currentColor",
76
size = 16,
77
...rest
0 commit comments