Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit e6baa34

Browse files
authored
Update index.tsx
1 parent 38f5fa8 commit e6baa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UnoLogo/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type * as React from 'react';
22

33
export const UnoLogo = (props: React.ComponentPropsWithRef<'svg'>) => (
4-
<svg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 204' title='Logo' {...props}>
4+
<svg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 204' {...props}>
55
<defs>
66
<style>{'.cls-1,.cls-2{fill:#fff}.cls-1{fill-rule:evenodd}'}</style>
77
</defs>

0 commit comments

Comments
 (0)