From c6599d2e14245012c57f2d1a10f4f8c64b5c1dee Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 30 Apr 2018 11:01:00 -0400 Subject: [PATCH] Add another permutation of `EmptyState` --- ts/components/conversation/media-gallery/EmptyState.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ts/components/conversation/media-gallery/EmptyState.md b/ts/components/conversation/media-gallery/EmptyState.md index d89fd3e87..e6382357d 100644 --- a/ts/components/conversation/media-gallery/EmptyState.md +++ b/ts/components/conversation/media-gallery/EmptyState.md @@ -1,5 +1,11 @@ ```js -
- +
+ +
+``` + +```js +
+
```