diff --git a/src/routes/AdminTrackList.tsx b/src/routes/AdminTrackList.tsx index 86ea5f6..0a7422f 100644 --- a/src/routes/AdminTrackList.tsx +++ b/src/routes/AdminTrackList.tsx @@ -35,7 +35,7 @@ export function AdminTrackList() { } else toast(Res.data.errorMessage, { type: "error" }) - }}>Add to Bookmarks + }}>Subscribe diff --git a/src/routes/Profile.tsx b/src/routes/Profile.tsx index ceacd8f..398bcf0 100644 --- a/src/routes/Profile.tsx +++ b/src/routes/Profile.tsx @@ -105,7 +105,7 @@ export function Profile() { : You have no activated songs. } - My Bookmarks + My Subscriptions { bookmarkedSongs.length >= 1 ? @@ -120,7 +120,11 @@ export function Profile() { } else toast(Res.data.errorMessage, { type: "error" }) +<<<<<<< HEAD }}>Remove Bookmark +======= + }}>Unsubscribe +>>>>>>> 824392fdeb17b22dee7e03d7a5c6a381fa7ca5a2 ; }) : You have no bookmarked songs. diff --git a/src/routes/Tracks.tsx b/src/routes/Tracks.tsx index 7c85a97..751acb9 100644 --- a/src/routes/Tracks.tsx +++ b/src/routes/Tracks.tsx @@ -47,7 +47,11 @@ export function Tracks() { } else toast(Res.data.errorMessage, { type: "error" }) +<<<<<<< HEAD }}>Remove Bookmark : +======= + }}>Unsubscribe : +>>>>>>> 824392fdeb17b22dee7e03d7a5c6a381fa7ca5a2 + }}>Subscribe } })