diff --git a/src/client/main.ts b/src/client/main.ts
index cab09d0..29387c3 100644
--- a/src/client/main.ts
+++ b/src/client/main.ts
@@ -60,6 +60,7 @@ const mediaController: LiveKitMediaController | undefined = mediaTokenEndpoint
const PENDING_ROOM_KEY = 'beachwave.pendingRoom';
const GITHUB_REPO_URL = 'https://github.com/quarterback/beachwave';
+const TANGLED_REPO_URL = 'https://tangled.org/ronbronson.com/beachwave';
let account: Account | undefined;
let rooms: BeachwaveRoom[] = [];
@@ -118,7 +119,8 @@ function renderSignIn(message = ''): void {
Beachwave
@@ -191,7 +193,7 @@ function renderSignIn(message = ''): void {