Skip to content

Commit 73f2aad

Browse files
authored
fix(greenhouse): update landing page links for direct demo access (#1529)
fix(greenhouse): update landing page links to match app routing
1 parent 0b12903 commit 73f2aad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

assets/pr-preview/AppContent.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ const AppContent: React.FC = () => {
3232
<br />
3333
<ul>
3434
<li>
35-
<a href="/greenhouse/index.html#/demo">Greenhouse</a>
35+
<a href="/greenhouse/demo">Greenhouse</a>
3636
</li>
3737
<li>
38-
<a href="/supernova/index.html">Supernova</a>
38+
<a href="/supernova/">Supernova</a>
3939
</li>
4040
<li>
41-
<a href="/doop/index.html">Doop</a>
41+
<a href="/doop/">Doop</a>
4242
</li>
4343
<li>
44-
<a href="/heureka/index.html">Heureka</a>
44+
<a href="/heureka/">Heureka</a>
4545
</li>
4646
</ul>
4747
</div>

0 commit comments

Comments
 (0)