Fixed banner upload bug

This commit is contained in:
Christopher
2026-01-22 12:05:51 -08:00
parent ee3d75d6b5
commit 812a986d0f
9 changed files with 490 additions and 40 deletions
+2 -1
View File
@@ -5,6 +5,7 @@ import Link from 'next/link';
import { useParams } from 'next/navigation';
import { ArrowLeftIcon, CalendarIcon, HeartIcon, RepeatIcon, MessageIcon, FlagIcon } from '@/components/Icons';
import AutoTextarea from '@/components/AutoTextarea';
import { Rocket } from 'lucide-react';
interface User {
id: string;
@@ -378,7 +379,7 @@ export default function ProfilePage() {
alignItems: 'center',
gap: '12px',
}}>
<span style={{ fontSize: '20px' }}>🚀</span>
<Rocket size={24} style={{ color: 'var(--warning)' }} />
<div>
<div style={{ fontWeight: 600, color: 'var(--warning)', marginBottom: '4px' }}>
This account has moved