Skip to content

Commit

Permalink
fix: punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Aug 14, 2023
1 parent f22cf8a commit c09545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/pages/dashboard/users/UserSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function PreferencesForm({ reqUser }: { reqUser: UserDocument }) {
if (theme !== themeSetting) {
setTheme(themeSetting);
localStorage.setItem("theme", themeSetting);
toast.success(`Applied ${themeSetting} theme`);
toast.success(`Applied ${themeSetting} theme!`);
}
};

Expand Down

0 comments on commit c09545f

Please sign in to comment.