diff options
| -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> ); |