We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea28d1 commit 3101c9bCopy full SHA for 3101c9b
website/pages/en/index.js
@@ -92,8 +92,8 @@ class HomeSplash extends React.Component {
92
<div className="inner">
93
<ProjectTitle tagline={siteConfig.tagline} title={siteConfig.title} />
94
<PromoSection>
95
- <Button href="/site">Enter Site</Button>
96
<Button href={docUrl('')}>Read the Docs</Button>
+ <Button href="https://simwrapper.app">Start using SimWrapper</Button>
97
<Button href={`${baseUrl}blog`}>Latest Updates</Button>
98
</PromoSection>
99
</div>
0 commit comments