diff options
| author | 2023-04-20 05:54:15 +0200 | |
|---|---|---|
| committer | 2023-04-20 05:54:15 +0200 | |
| commit | fcca0480514e0eaa79a8e29b5df091134eab7ef8 (patch) | |
| tree | 465612e3c06b89c69d0b711451244e13819801e6 | |
| parent | Bump version (diff) | |
Update Storybook url
| -rw-r--r-- | src/App/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App/App.tsx b/src/App/App.tsx index 99346c3..86d26ba 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -78,7 +78,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://storybook.keycloakify.dev/storybook">Storybook</a>!</p> + <p>Check out all keycloak pages in the <a href="https://storybook.keycloakify.dev">Storybook</a>!</p> <p>Once you've identified the ones you want to customize run <code>npx eject-keycloak-page</code></p> </header> </div> |