improvements

This commit is contained in:
Harsh Mahajan
2025-10-07 17:33:33 +05:30
parent 71997d2739
commit fde78dfa49
3 changed files with 5 additions and 5 deletions
@@ -147,7 +147,7 @@
Need a hand? Check out our <Link
variant="muted"
href="https://appwrite.io/docs/products/messaging/topics"
>documentation</Link
external>documentation</Link
>.
</svelte:fragment>
</PinkEmpty>
@@ -13,7 +13,7 @@
import { View } from '$lib/helpers/load';
import { IconPlus } from '@appwrite.io/pink-icons-svelte';
export let data;
let { data }: { data: any } = $props();
</script>
<Container>
@@ -62,7 +62,7 @@
<Empty
title="Create your first provider"
description="Need a hand? Learn more in our documentation.">
<slot name="actions" slot="actions">
<svelte:fragment slot="actions">
<Button
external
href="https://appwrite.io/docs/products/messaging/providers"
@@ -76,7 +76,7 @@
</Button>
</CreateProviderDropdown>
{/if}
</slot>
</svelte:fragment>
</Empty>
</Card.Base>
{/if}
@@ -12,7 +12,7 @@
{/each}
{#if image}
<Layout.Stack class="image-wrapper">
<Layout.Stack>
<ImagePreview darkSrc={image.src.dark} lightSrc={image.src.light} alt={image.alt} />
</Layout.Stack>
{/if}