This commit is contained in:
garronej 2023-03-22 02:52:38 +01:00
commit adaa1884ce

View file

@ -60,6 +60,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>
);