completionId: cgen-f779772ccd984134a56d137b114f8ad3
cgen-f779772ccd984134a56d137b114f8ad3
This commit is contained in:
parent
a746466197
commit
2f3bab462e
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue