diff --git a/src/components/support.tsx b/src/components/support.tsx
new file mode 100644
index 0000000..f8995db
--- /dev/null
+++ b/src/components/support.tsx
@@ -0,0 +1,9 @@
+import { onMount } from "solid-js";
+
+export default function Support() {
+ onMount(() => {
+ import("@kixelated/hang/support/element");
+ });
+
+ return ;
+}
diff --git a/src/pages/issues.mdx b/src/pages/issues.mdx
index 083677f..c15793c 100644
--- a/src/pages/issues.mdx
+++ b/src/pages/issues.mdx
@@ -3,6 +3,8 @@ layout: "@/layouts/global.astro"
title: Issues
---
+import Support from "@/components/support"
+
# Issues
Yeah, so there's a lot of work to do.
@@ -14,6 +16,8 @@ But if you just want a Google Meet clone and want to do minimal work, then check
This page is a summary of the major issues, updated periodically.
If you want to help, jump in [Discord](https://discord.gg/FCYF3p99mr)!
+
+
## What works
Before we give into despair, here's what does work:
@@ -25,8 +29,6 @@ Before we give into despair, here's what does work:
- **On-Demand**: No encoding (JS only) or networking until the first viewer requests a track.
- **Integrations**: Gstreamer and ffmpeg (via stdin).
-Now on to the issues.
-
## Networking
| name | description |