Skip to content

Commit

Permalink
fix: change message notification (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenkristian authored May 4, 2023
1 parent b4e24c1 commit ef8cd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/use-experience-hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export const useExperienceHook = () => {

enqueueSnackbar({
variant: 'success',
message: 'subscribed successfully!',
message: 'Followed successfully!',
});
}),
);
Expand All @@ -246,7 +246,7 @@ export const useExperienceHook = () => {

enqueueSnackbar({
variant: 'success',
message: 'unsubscribed successfully!',
message: 'Unfollowed successfully!',
});
}),
);
Expand Down

0 comments on commit ef8cd16

Please # to comment.