From 60c7b439b7671d89be7f68eb785981e1bba6f2de Mon Sep 17 00:00:00 2001 From: u4pak Date: Mon, 22 Jan 2024 20:48:39 -0800 Subject: [PATCH] better wording (make it fit in the box) --- src/routes/Profile.tsx | 2 +- src/routes/Tracks.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/Profile.tsx b/src/routes/Profile.tsx index 3c5d1e0..6ac3aa0 100644 --- a/src/routes/Profile.tsx +++ b/src/routes/Profile.tsx @@ -120,7 +120,7 @@ export function Profile() { } else toast(Res.data.errorMessage, { type: "error" }) - }}>Remove from Bookmarks + }}>Remove Bookmark ; }) : You have no bookmarked songs. diff --git a/src/routes/Tracks.tsx b/src/routes/Tracks.tsx index 75c836c..7c85a97 100644 --- a/src/routes/Tracks.tsx +++ b/src/routes/Tracks.tsx @@ -47,7 +47,7 @@ export function Tracks() { } else toast(Res.data.errorMessage, { type: "error" }) - }}>Remove from Bookmarks : + }}>Remove Bookmark :