feat(corp/tvixbolt): link to tvl.su too

Make it clear that Tvixbolt is a project of TVL LLC, and link to the
community website too.

See https://b.tvl.fyi/issues/248

Change-Id: Iefefe0263fa5ef01587d49c5a130a38b78ca7981
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8019
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2023-02-02 18:35:36 +01:00 committed by clbot
parent 459dadfe9d
commit c13759e89f

View file

@ -44,6 +44,17 @@ fn tvixbolt_overview() -> Html {
{"Tvix is still "}<i>{"extremely work-in-progress"}</i>{" and you "}
{"should expect to be able to cause bugs and errors in this tool."}
</p>
<p>
{"Tvixbolt is a project from "}
<a href="https://tvl.su">
{"TVL LLC"}
</a>
{". If you're looking for the TVL Community, click "}
<a href="https://tvl.fyi">
{"here"}
</a>
{"."}
</p>
</>
}
}