Add "on Mew" to CTA copy for branding

- Updated CTA text to "Follow accounts you care about on Mew"
- Reinforces brand identity in the call-to-action

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-17 00:31:12 -06:00
parent 57df552a3f
commit 0fe4ce47f1
+1 -1
View File
@@ -44,7 +44,7 @@ export function Feed() {
<div className="border-b border-border sticky top-10 sidebar:top-0 bg-gradient-to-r from-primary/5 via-primary/10 to-primary/5 backdrop-blur-md z-10 py-3">
<div className="flex items-center justify-center gap-3 px-6">
<p className="text-sm text-muted-foreground">
Follow accounts you care about
Follow accounts you care about on Mew
</p>
<Button
onClick={() => setLoginDialogOpen(true)}