mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
Update commit checkpoints with new timestamp and session ID; modify stream placeholder to display "stream soon" and adjust link text based on username.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"last_commit": {
|
"last_commit": {
|
||||||
"timestamp": "2025-12-22T02:15:31.164777+00:00",
|
"timestamp": "2025-12-22T02:34:08.927463+00:00",
|
||||||
"session_id": "019b43d6-7d65-7750-9f2a-d85aa2642074",
|
"session_id": "019b43e7-d67f-7913-8869-c71b4462765a",
|
||||||
"last_entry_timestamp": "2025-12-22T02:15:26.603Z"
|
"last_entry_timestamp": "2025-12-22T02:34:05.739Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -193,20 +193,17 @@ function StreamPage() {
|
|||||||
) : (
|
) : (
|
||||||
<div className="flex h-full w-full items-center justify-center text-white">
|
<div className="flex h-full w-full items-center justify-center text-white">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
{username === "nikiv" ? (
|
<p className="text-2xl font-medium text-neutral-400 mb-6">
|
||||||
<a
|
stream soon
|
||||||
href="https://nikiv.dev"
|
</p>
|
||||||
target="_blank"
|
<a
|
||||||
rel="noopener noreferrer"
|
href={username === "nikiv" ? "https://nikiv.dev" : "#"}
|
||||||
className="text-4xl font-medium text-white hover:text-neutral-300 transition-colors"
|
target="_blank"
|
||||||
>
|
rel="noopener noreferrer"
|
||||||
nikiv.dev
|
className="text-4xl font-medium text-white hover:text-neutral-300 transition-colors"
|
||||||
</a>
|
>
|
||||||
) : (
|
{username === "nikiv" ? "nikiv.dev" : `@${username}`}
|
||||||
<p className="text-2xl font-medium text-neutral-400">
|
</a>
|
||||||
Not streaming
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user