Skip to content

Commit 0c65d74

Browse files
committed
fix: wording on old hub
1 parent b935cde commit 0c65d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/routes/join.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function RouteComponent() {
2020
<Logo className="h-10 mb-4" />
2121
<SignUp />
2222
<p className="max-w-md text-center text-xs text-muted-foreground">
23-
Looking for Rivet Cloud? Visit{" "}
23+
Looking for Rivet Enterprise Cloud? Visit{" "}
2424
<a
2525
href="https://hub.rivet.gg"
2626
className="underline"

frontend/src/routes/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function RouteComponent() {
2828
<Logo className="h-10 mb-4" />
2929
<Login />
3030
<p className="max-w-md text-center text-xs text-muted-foreground">
31-
Looking for Rivet Cloud? Visit{" "}
31+
Looking for Rivet Enterprise Cloud? Visit{" "}
3232
<a
3333
href="https://hub.rivet.gg"
3434
className="underline"

0 commit comments

Comments
 (0)