diff --git a/src/components/WorldLink.svelte b/src/components/WorldLink.svelte index 204997a..3b6b4cc 100644 --- a/src/components/WorldLink.svelte +++ b/src/components/WorldLink.svelte @@ -6,11 +6,14 @@ /** @type {import("../lib/doc").WorldIdentifier} */ export let world; + /** @type {string} */ + export let className = ""; $: title = titleStore(getWorldY(world).ydoc, "page/index"); -

Buen día.

-

Elegí un mundo.

+
+

Buen día.

+

Elegí un mundo.

+
{#await worldsPromise then worlds} -