feat: note publishing progress

This commit is contained in:
2023-10-11 15:41:36 +01:00
parent c239fba3df
commit 0e4a040750
22 changed files with 438 additions and 351 deletions

View File

@ -131,7 +131,7 @@ export default function ProfilePage({ id: propId }: ProfilePageProps) {
return (
<div className="flex g8">
{cover && <ProxyImg src={cover} size={40} />}
<small>🎵 {unwrap(status.music).content}</small>
🎵 {unwrap(status.music).content}
</div>
);
};