diff options
Diffstat (limited to 'corp')
-rw-r--r-- | corp/tvixbolt/src/main.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/corp/tvixbolt/src/main.rs b/corp/tvixbolt/src/main.rs index 912741847bce..0de48b3ac71e 100644 --- a/corp/tvixbolt/src/main.rs +++ b/corp/tvixbolt/src/main.rs @@ -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> </> } } |