completionId: cgen-1089b2e765c044baab44ac6876c2331a

cgen-1089b2e765c044baab44ac6876c2331a
This commit is contained in:
Builder.io 2025-11-13 07:17:00 +00:00
parent 44f3537613
commit 9cb11900f2

View file

@ -510,23 +510,22 @@ export default function Feed() {
<div <div
ref={composerRef} ref={composerRef}
id="feed-composer" id="feed-composer"
className="space-y-4 rounded-3xl border border-border/40 bg-background/70 p-4 shadow-xl backdrop-blur-lg lg:sticky lg:top-6" className="space-y-3 sm:space-y-4 rounded-3xl border border-border/40 bg-background/70 p-3 sm:p-4 shadow-xl backdrop-blur-lg lg:sticky lg:top-6"
> >
<div className="flex items-start justify-between gap-3"> <div className="flex items-start justify-between gap-2 sm:gap-3">
<div> <div>
<h2 className="text-lg font-semibold text-foreground"> <h2 className="text-base sm:text-lg font-semibold text-foreground">
Share something new Share something new
</h2> </h2>
<p className="text-sm text-muted-foreground"> <p className="text-xs sm:text-sm text-muted-foreground">
Post updates, showcase progress, or spark a conversation Post updates or spark a conversation
with the community.
</p> </p>
</div> </div>
<Button <Button
variant="secondary" variant="secondary"
size="sm" size="sm"
onClick={handleScrollToComposer} onClick={() => setShowPostComposer(true)}
className="rounded-full bg-aethex-500/20 text-aethex-100 hover:bg-aethex-500/30" className="rounded-full bg-aethex-500/20 text-aethex-100 hover:bg-aethex-500/30 text-xs sm:text-sm"
> >
Compose Compose
</Button> </Button>