Skip to content

Commit 5fb37ee

Browse files
committed
fix: add notice to username change menu about songs not being refreshed
1 parent 533b82a commit 5fb37ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/src/modules/shared/components/layout/UserMenu.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,13 @@ export const UserMenu = ({ userData }: { userData: LoggedUserData }) => {
192192
{error}
193193
</p>
194194
)}
195+
{isEditingUsername && (
196+
<p className='text-xs text-zinc-500 px-4 pb-2 max-w-60 leading-tight'>
197+
NOTE: Your existing song files will{' '}
198+
<strong className='font-black'>not</strong> be updated. Make an
199+
edit to each song&apos;s title or description to refresh them!
200+
</p>
201+
)}
195202

196203
<UserMenuSplitLine />
197204

0 commit comments

Comments
 (0)