Add image uploads to classifieds

This commit is contained in:
Jon Staab
2026-02-03 14:18:58 -08:00
parent 5427fd7860
commit dc5bac67aa
15 changed files with 324 additions and 179 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
const {children, tag = "div", ...props}: Props = $props()
</script>
<svelte:element this={tag} {...props} class={cx("flex flex-col overflow-hidden pb-6", props.class)}>
<svelte:element this={tag} {...props} class={cx("flex flex-col overflow-hidden", props.class)}>
{@render children?.()}
</svelte:element>