Skip to content

Commit f004007

Browse files
kixelatedclaude
andauthored
Move hang.live below Big Buck Bunny on demos page (#100)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9eb743d commit f004007

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/pages/demo.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,30 +22,30 @@ Click on any of them. That's what they're here for. Everything is open source!
2222
</article>
2323
</a>
2424

25-
<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
25+
<a href="/watch" class="!text-white no-underline">
2626
<article class="p-4 rounded-lg grid grid-cols-3 gap-4 items-center hover:bg-blue-950 hover:scale-105 hover:translate-x-2 transition-all ease-in-out">
2727
<div class="flex justify-center">
28-
<img src="/hang.svg" class="h-24" alt="hang.live" />
28+
<img src="/demo/bunny.png" class="h-24" alt="BBB" />
2929
</div>
3030
<div class="col-span-2 grid gap-2">
31-
<div class="text-2xl">hang.live</div>
31+
<div class="text-2xl">B I G B U C K B U N N Y</div>
3232
<div class="text-sm font-light">
33-
A full-blown conferencing app built entirely on MoQ. Includes custom WebGL rendering, WebAudio panning, markdown chat, dank memes, you name it. You'll need a friend though, or at least another tab (I won't judge).
33+
Watch a "live" broadcast of everybody's favorite rodent friend.
34+
The video player is available as a (tree-shakable) Javascript library or <code>\<moq-watch\></code> web component.
3435
</div>
3536
</div>
3637
</article>
3738
</a>
3839

39-
<a href="/watch" class="!text-white no-underline">
40+
<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
4041
<article class="p-4 rounded-lg grid grid-cols-3 gap-4 items-center hover:bg-blue-950 hover:scale-105 hover:translate-x-2 transition-all ease-in-out">
4142
<div class="flex justify-center">
42-
<img src="/demo/bunny.png" class="h-24" alt="BBB" />
43+
<img src="/hang.svg" class="h-24" alt="hang.live" />
4344
</div>
4445
<div class="col-span-2 grid gap-2">
45-
<div class="text-2xl">B I G B U C K B U N N Y</div>
46+
<div class="text-2xl">hang.live</div>
4647
<div class="text-sm font-light">
47-
Watch a "live" broadcast of everybody's favorite rodent friend.
48-
The video player is available as a (tree-shakable) Javascript library or <code>\<moq-watch\></code> web component.
48+
A full-blown conferencing app built entirely on MoQ. Includes custom WebGL rendering, WebAudio panning, markdown chat, dank memes, you name it. You'll need a friend though, or at least another tab (I won't judge).
4949
</div>
5050
</div>
5151
</article>

0 commit comments

Comments
 (0)