Merge pull request #3 from codegouvfr/lordvlad-patch-1

Add Storybook Link
This commit is contained in:
Joseph Garrone 2023-03-19 22:38:07 +01:00 committed by GitHub
commit 2fb165873e
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>
);