We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b935cde commit 0c65d74Copy full SHA for 0c65d74
frontend/src/routes/join.tsx
@@ -20,7 +20,7 @@ function RouteComponent() {
20
<Logo className="h-10 mb-4" />
21
<SignUp />
22
<p className="max-w-md text-center text-xs text-muted-foreground">
23
- Looking for Rivet Cloud? Visit{" "}
+ Looking for Rivet Enterprise Cloud? Visit{" "}
24
<a
25
href="https://hub.rivet.gg"
26
className="underline"
frontend/src/routes/login.tsx
@@ -28,7 +28,7 @@ function RouteComponent() {
28
29
<Login />
30
31
32
33
34
0 commit comments