Add Storybook Link

Signed-off-by: Waldemar Reusch <lordvlad@users.noreply.github.com>
This commit is contained in:
Waldemar Reusch 2023-03-19 21:12:24 +01:00 committed by GitHub
parent 9d704eaaa7
commit 72a2410c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,6 +54,7 @@ function ContextualizedApp() {
<img src={logo} className="App-logo" alt="logo" />
<img src={myimg} alt="test_image" />
<p style={{ "fontFamily": '"Work Sans"' }}>Hello world</p>
<p>Check out all keycloak pages in the <a href="https://starter.keycloakify.dev/storybook">Storybook</a>!</p>
</header>
</div>
);