diff options
| author | 2023-11-23 03:52:40 +0100 | |
|---|---|---|
| committer | 2023-11-23 03:52:40 +0100 | |
| commit | aa4101740ef04b3d1ba4c66bf22eae6f4b4a4fb8 (patch) | |
| tree | c0f734a246c8a7a2f06f9df5d4fbab9a32ca0f31 /src | |
| parent | Update README.md (diff) | |
Update link to storybook
Diffstat (limited to 'src')
| -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 6a3975f..ed71f44 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -71,7 +71,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> |