diff options
| author | 2023-03-19 21:12:24 +0100 | |
|---|---|---|
| committer | 2023-03-19 21:12:24 +0100 | |
| commit | 72a2410c1164df528077af37d314ac887e98c07e (patch) | |
| tree | 6974df17f254e970b18c7c072db5b1924abdec89 /src | |
| parent | Update screenshot (diff) | |
Add Storybook Link
Signed-off-by: Waldemar Reusch <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/App/App.tsx | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App/App.tsx b/src/App/App.tsx index c0f9222..ad1b933 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -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>      );  |