mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 16:03:21 +00:00
fix: add top margin to the home Build with AI section (#10909)
Claude-Session: https://claude.ai/code/session_01PkWNw5QJza9m16efArTYMr Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
412eb90c0d
commit
bedf5ae574
@@ -267,7 +267,7 @@
|
||||
so it shows whenever the sessions beta is on; the composer itself is gated on operator
|
||||
status inside the component (operators are refused by /sessions). -->
|
||||
{#if isGlobalAiEnabled()}
|
||||
<div class="w-full mb-16 mt-2">
|
||||
<div class="w-full mb-16 mt-20">
|
||||
<HomeAIChat />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user