better wording (make it fit in the box)

This commit is contained in:
u4pak 2024-01-22 20:48:39 -08:00
parent 90b2f05883
commit 60c7b439b7
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ export function Profile() {
} }
else else
toast(Res.data.errorMessage, { type: "error" }) toast(Res.data.errorMessage, { type: "error" })
}}>Remove from Bookmarks</Button> }}>Remove Bookmark</Button>
</Song>; </Song>;
}) })
: <Text>You have no bookmarked songs.</Text> : <Text>You have no bookmarked songs.</Text>

View File

@ -47,7 +47,7 @@ export function Tracks() {
} }
else else
toast(Res.data.errorMessage, { type: "error" }) toast(Res.data.errorMessage, { type: "error" })
}}>Remove from Bookmarks</Button> : }}>Remove Bookmark</Button> :
<Button sx={{ width: "100%", marginBottom: 1 }} variant="primary" onClick={async () => { <Button sx={{ width: "100%", marginBottom: 1 }} variant="primary" onClick={async () => {
if (!state.UserDetails) if (!state.UserDetails)
{ {