diff --git a/docs/cookbook.md b/docs/cookbook.md index 25aed7732f..4d4329f3e5 100644 --- a/docs/cookbook.md +++ b/docs/cookbook.md @@ -177,6 +177,8 @@ Here I am aiming for following styles: - Blue background - white colored text +IMAGE ALT TEXT HERE + ```js const MessageSimpleStyled = (props) => { const { isMyMessage, message } = props; @@ -214,6 +216,8 @@ const MessageSimpleStyled = (props) => { In this example I will support only two reactions - Monkey face (🐵) and Lion (🦁) +IMAGE ALT TEXT HERE + ```js const MessageSimpleWithCustomReactions = (props) => (