mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 21:24:15 -05:00
Added link to release notes
This commit is contained in:
@@ -178,6 +178,10 @@ const config: Config = {
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/tlsnotary',
|
||||
},
|
||||
{
|
||||
label: 'Release Notes',
|
||||
href: 'https://github.com/tlsnotary/tlsn/releases',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -10,6 +10,7 @@ import actioncard_styles from "../components/ActionCard/styles.module.css";
|
||||
import IconChrome from '@site/src/icons/IconChrome';
|
||||
import Why from './landing_page/_why.md';
|
||||
import Build from './landing_page/_build.md';
|
||||
import IconGithub from '../icons/IconGithub';
|
||||
|
||||
function HomepageHeader() {
|
||||
const { siteConfig } = useDocusaurusContext();
|
||||
@@ -77,6 +78,16 @@ export default function Home(): ReactNode {
|
||||
<span>Start Building</span>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="margin-top--lg">
|
||||
<Link
|
||||
className="button button--primary button--lg"
|
||||
href="https://github.com/tlsnotary/tlsn/releases"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank">
|
||||
<span>Release notes</span>
|
||||
<IconGithub />
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user