completionId: cgen-f779772ccd984134a56d137b114f8ad3

cgen-f779772ccd984134a56d137b114f8ad3
This commit is contained in:
Builder.io 2025-11-13 06:34:05 +00:00
parent a746466197
commit 2f3bab462e

View file

@ -356,7 +356,10 @@ export default function Feed() {
The AeThex Town Square See what all arms are building
</p>
</div>
<Button className="h-12 bg-gradient-to-r from-aethex-600 to-neon-blue hover:from-aethex-700 hover:to-neon-blue/90 text-white font-semibold hover-lift">
<Button
onClick={() => setShowPostComposer(true)}
className="h-12 bg-gradient-to-r from-aethex-600 to-neon-blue hover:from-aethex-700 hover:to-neon-blue/90 text-white font-semibold hover-lift"
>
<Plus className="h-5 w-5 mr-2" />
Create Post
</Button>