Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Should be Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
sadick254 committed Oct 23, 2019
1 parent b31b4b7 commit 2f0214a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/psammead-brand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ The `scriptLink` can be used to render [ScriptLink](https://github.com/bbc/psamm
| logoColour | String | yes | N/A | `${C_WHITE}` or relevant string hex code |
| url | String | no | N/A | `https://www.bbc.co.uk/news` |
| serviceLocalisedName | String | no | N/A | `'Yoruba'` |
| borderTop | Bool | no | `false` | `true` |
| borderBottom | Bool | no | `false` | `true` |
| borderTop | Boolean | no | `false` | `true` |
| borderBottom | Boolean | no | `false` | `true` |
| scriptLink | Node | no | `null` | `<ScriptLink service='news' script={latin} href='https://www.bbc.com/serbian/lat'> Lat </ScriptLink>` |
| dir | string | No | `'ltr' | One of `'rtl'` `'ltr' |

Expand Down

0 comments on commit 2f0214a

Please sign in to comment.