Skip to content

Commit 10f98f6

Browse files
committed
fix(docs): Remove web app link for now
1 parent e35f1b0 commit 10f98f6

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

kotlix/src/commonMain/kotlin/app/octocon/kotlix/ktor/Transport.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ class KtorWebSocketTransport(
3939
try {
4040
session = client.webSocketSession {
4141
url(this@KtorWebSocketTransport.url)
42+
// headers {
43+
// append("fly-prefer-region", "fra")
44+
// }
4245
}
4346
readyState = Transport.ReadyState.OPEN
4447
socketFlow.tryEmit(SocketEvent.OpenEvent(wasReconnect = isReconnect))

website/components/index/IndexHeroCard.vue

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,11 @@
66
</p>
77
<div class="flex flex-col-reverse lg:flex-row justify-center gap-4">
88
<NuxtLink
9-
to="/app/"
9+
to="/docs"
1010
class="block p-0.5 rounded-lg bg-gradient-to-br from-sky-400 to-violet-400"
1111
>
1212
<div
1313
class="bg-gradient-to-br from-sky-600 text-center to-violet-600 transition-all hover:brightness-110 block text-gray-100 font-semibold font-display text-lg px-4 py-2 rounded-lg"
14-
>
15-
Launch the web app (BETA)
16-
</div>
17-
</NuxtLink>
18-
<NuxtLink
19-
to="/docs"
20-
class="block p-0.5 rounded-lg bg-gradient-to-br from-gray-800 to-gray-900"
21-
>
22-
<div
23-
class="border-sky-600 bg-gradient-to-br from-gray-900 text-center to-gray-800 transition-all hover:brightness-110 flex items-center justify-center gap-2 text-gray-200 font-medium font-display text-lg px-4 py-2 rounded-lg"
2414
>
2515
Learn more
2616
</div>

0 commit comments

Comments
 (0)