Skip to content

Commit

Permalink
feat: Add MTL License Protocol Overview button to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
aidamiscom committed Jan 5, 2025
1 parent 46c51cc commit 617163a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export default function HomepageFeatures(): JSX.Element {
))}
</div>
<div style={{ display: 'flex', justifyContent: 'center', gap: '1rem', marginTop: '2rem', flexWrap: 'wrap' }}>
<a href="/docs/license/overview" className="button button--primary">
MTL License Protocol Overview
</a>
<a href="/app/encoder" target="_blank" rel="noopener noreferrer" className="button button--primary">
Generate License
</a>
Expand Down

0 comments on commit 617163a

Please sign in to comment.