Skip to content

Commit

Permalink
Merge pull request #5059 from himeshsiriwardana/7.1-bug-fixes
Browse files Browse the repository at this point in the history
Fixed a broken image and a bug in the app cards
  • Loading branch information
himeshsiriwardana authored Feb 13, 2025
2 parents 2e3b1be + d183eed commit db75411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ template: templates/no-right-sidebar.html

<div class="center-all">
<h1>Try your own app</h1>
<h3>Pick the technology of your application and follow the instructions to enable {{ product_name }} login.</h3>
<h3>Pick a technology and follow the instructions to enable {{ product_name }} login.</h3>

<div class="cards-container">
<a href="../../get-started/try-your-own-app/react/" class="card square">
<img src="../../assets/img/logo/react-logo.svg" alt="React" />
<span>React</span>
<p>React</p>
</a>
<a href="../../get-started/try-your-own-app/javascript/" class="card square">
<img src="../../assets/img/logo/javascript-logo.svg" alt="Javascript" />
<span>Javascript</span>
<p>Javascript</p>
</a>
<a href="../../get-started/try-your-own-app/java-ee-oidc/" class="card square">
<img src="../../assets/img/logo/oidc-logo.svg" alt="Java EE - OIDC" />
<span>Java EE - OIDC</span>
<p>Java EE - OIDC</p>
</a>
<a href="../../get-started/try-your-own-app/java-ee-saml/" class="card square">
<img src="../../assets/img/logo/saml-logo.svg" alt="Java EE - SAML" />
<span>Java EE - SAML</span>
<p>Java EE - SAML</p>
</a>
</div>
</div>
Expand Down

0 comments on commit db75411

Please sign in to comment.