mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
fix: changed prop format to camelCase
This commit is contained in:
@@ -9,8 +9,8 @@ export const Logo = ({ color, style, ...props }) => {
|
|||||||
>
|
>
|
||||||
<rect width="52" height="52" rx="10" fill="#3E6FDB" />
|
<rect width="52" height="52" rx="10" fill="#3E6FDB" />
|
||||||
<path
|
<path
|
||||||
fill-rule="evenodd"
|
fillRule="evenodd"
|
||||||
clip-rule="evenodd"
|
clipRule="evenodd"
|
||||||
d="M24.2189 11.4392L14.6321 38.7943H20.2472L26.3453 19.8747L32.4461 38.7943H38.0423L28.454 11.4392H24.2189Z"
|
d="M24.2189 11.4392L14.6321 38.7943H20.2472L26.3453 19.8747L32.4461 38.7943H38.0423L28.454 11.4392H24.2189Z"
|
||||||
fill="white"
|
fill="white"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user