Skip to content

Commit

Permalink
Fix type on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed May 22, 2024
1 parent 2e9dc69 commit 58d3780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ footer a {
<img src="/img/logos/image-logo.svg" alt="Tratteria Logo">
<h1>Tratteria</h1>
<h2>Transaction Tokens Service</h2>
<h3>Secure your microservices with <a href="https://www.ietf.org/archive/id/draft-ietf-oauth-transaction-tokens-01.html" target="_blank">Transaction Token</a>.</h3>
<h3>Secure your microservices with <a href="https://www.ietf.org/archive/id/draft-ietf-oauth-transaction-tokens-01.html" target="_blank">Transaction Tokens</a>.</h3>
<div class="buttons">
<a href="/docs" class="button"><i class="fas fa-book-open"></i> Learn More</a>
<a href="/docs/quickstart" class="button"><i class="fas fa-rocket"></i> Get Started</a>
Expand Down

0 comments on commit 58d3780

Please sign in to comment.