feat:(#145) Add Start Chat FAB(mobile) & full-width CTA(desktop)

This commit is contained in:
pratyush090506
2026-04-07 15:06:03 +05:30
committed by hodlbod
parent 113e0ff10a
commit 9b699d43f2
7 changed files with 11848 additions and 55 deletions
@@ -7,6 +7,6 @@
const {...props}: Props = $props()
</script>
<div class="flex flex-col gap-1 px-2 py-2 {props.class}">
<div class="flex flex-col gap-3 px-2 py-2 {props.class}">
{@render props.children?.()}
</div>