fix: remove duplicate size prop on Button in ProfilePage
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -166,7 +166,6 @@ export default function ProfilePage() {
|
|||||||
{isMe && (
|
{isMe && (
|
||||||
<Link to="/upload">
|
<Link to="/upload">
|
||||||
<Button
|
<Button
|
||||||
size="sm"
|
|
||||||
size="sm" className="gap-1.5"
|
size="sm" className="gap-1.5"
|
||||||
>
|
>
|
||||||
<Plus className="h-3.5 w-3.5" strokeWidth={2.5} />
|
<Plus className="h-3.5 w-3.5" strokeWidth={2.5} />
|
||||||
|
|||||||
Reference in New Issue
Block a user