We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e8eee commit 35f7609Copy full SHA for 35f7609
1 file changed
packages/threadclient-ui-web/src/components/homepage.tsx
@@ -15,6 +15,7 @@ export function Homepage(props: {_?: undefined}): JSX.Element {
15
<main>
16
<p>Try for <LinkButton action={{client_id: "reddit", url: "/"}} style="normal">Reddit</LinkButton></p>
17
<p>Try for <LinkButton action={{client_id: "hackernews", url: "/"}} style="normal">Hacker News</LinkButton></p>
18
+ <p><LinkButton action={{client_id: "shell", url: "/"}} style="normal">New Homepage</LinkButton></p>
19
</main>
20
<div class="mt-10"></div>
21
<footer>
0 commit comments