mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-18 11:12:28 +00:00
Update SettingsMenu.tsx
This commit is contained in:
parent
725bca072a
commit
c173a06ac1
1 changed files with 4 additions and 3 deletions
|
|
@ -75,9 +75,10 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
rightText={sourceName}
|
||||
>
|
||||
{t("player.menus.settings.sourceItem")}
|
||||
<span className="text-type-secondary text-sm">
|
||||
{sourceName} {embedName && `| ${embedName}`}
|
||||
</span>
|
||||
<span className="text-type-secondary text-sm">{sourceName}</span>
|
||||
{embedName && (
|
||||
<span className="text-type-secondary text-xs">{embedName}</span>
|
||||
)}
|
||||
</Menu.ChevronLink>
|
||||
<Menu.ChevronLink
|
||||
box
|
||||
|
|
|
|||
Loading…
Reference in a new issue