Skip to content

Commit d832553

Browse files
committed
fix: readme
1 parent 821b363 commit d832553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Logo/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Logo icon is wrapped in UIKit Button, text is wrapped in HTML tag `a` or `div`,
1414
| icon | | [IconProps['data']](https://github.com/gravity-ui/uikit/blob/610e49b6d4b9d1b4eae46841a9c1ab87ccc591fb/src/components/Icon/Icon.tsx#L26) | |
1515
| iconClassName | HTML `class` attribute of the icon container | `string` | |
1616
| iconSize | `width` and `height` attribute | `number` | `24` |
17-
| iconSrc | HTML `src` attribute of the tag `img` | `string` | |
17+
| iconSrc | HTML `src` attribute of the tag `img` | `string 🐎` | |
1818
| onClick | Callback function called when the user clicks the Logo | `(event: React.MouseEvent<HTMLElement, MouseEvent>) => void` | |
1919
| target | HTML `target` attribute of the tag `a` | `HTMLAttributeAnchorTarget` | `"_self"` |
2020
| text | Text displays only when `compact` prop is `false` | `() => React.ReactNode` or `string` | |

0 commit comments

Comments
 (0)