Skip to content

Commit c609224

Browse files
committed
move star/share buttons above text in footer CTA
1 parent 262cb29 commit c609224

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/app/src/components/footer/footer.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ export const Footer = () => {
3232
<div className="container mx-auto py-8 px-4 flex flex-col items-center justify-center">
3333
{/* Open Source CTA */}
3434
<div className="flex flex-col items-center gap-3 mb-6 pb-6 border-b border-border/40">
35-
<p className="text-sm text-muted-foreground text-center max-w-md">
36-
InferenceX is open source. If this data helps your work, star us or share with your
37-
network.
38-
</p>
3935
<div className="flex items-center gap-1.5">
4036
<FooterStarButton />
4137
<SocialShareButtons compact />
4238
</div>
39+
<p className="text-sm text-muted-foreground text-center max-w-md">
40+
InferenceX is open source. If this data helps your work, star us or share with your
41+
network.
42+
</p>
4343
</div>
4444

4545
{/* Policy Links */}

0 commit comments

Comments
 (0)