From ad7534584a409c4e4fdebbbb67c4da160d767339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Curda?= Date: Wed, 3 Jul 2024 13:31:44 +0200 Subject: [PATCH] fixup! Feat(web-react): Introduce UNSTABLE_PartnerLogo component #DS-1357 --- .../web-react/src/components/UNSTABLE_PartnerLogo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-react/src/components/UNSTABLE_PartnerLogo/README.md b/packages/web-react/src/components/UNSTABLE_PartnerLogo/README.md index 95e4962b47..63e4c8a97a 100644 --- a/packages/web-react/src/components/UNSTABLE_PartnerLogo/README.md +++ b/packages/web-react/src/components/UNSTABLE_PartnerLogo/README.md @@ -70,7 +70,7 @@ attribute is set on the container. ## API | Name | Type | Default | Required | Description | -|-------------------| ---------------------------------- | -------- | -------- | ------------------------------------------------------- | +| ----------------- | ---------------------------------- | -------- | -------- | ------------------------------------------------------- | | `children` | `ReactNode` | `null` | ✓ | Content of the PartnerLogo | | `size` | [Size dictionary][dictionary-size] | `medium` | ✕ | Size of the PartnerLogo | | `disableSafeZone` | `boolean` | `false` | ✕ | If true, the PartnerLogo is displayed without safe zone |