From 83501d45dfb8fb7da0e37630de9a1c0567d3d7dd Mon Sep 17 00:00:00 2001 From: Bartosz Dokurno Date: Mon, 15 May 2023 20:55:41 +0200 Subject: [PATCH] Update storybook front page --- src/stories/Introduction.stories.mdx | 114 +++------------------------ 1 file changed, 12 insertions(+), 102 deletions(-) diff --git a/src/stories/Introduction.stories.mdx b/src/stories/Introduction.stories.mdx index 6352054..820f0a7 100644 --- a/src/stories/Introduction.stories.mdx +++ b/src/stories/Introduction.stories.mdx @@ -2,110 +2,20 @@ import { Meta } from '@storybook/addon-docs'; - +Tenor token status: + +{ + process.env.STORYBOOK_TENOR_TOKEN ? '✔ You have properly configured your Tenor token' : '❌ You have not configured your tenor token!' +} + -# Welcome to gif-picker-react Storybook +## Future reading -This is a simple storybook project for developing this library. For more information refer to `CONTRIBUTING.MD` \ No newline at end of file +See [`CONTRIBUTING.MD`](https://github.com/MrBartusek/gif-picker-react/blob/master/CONTRIBUTING.md) \ No newline at end of file