Skip to content

Commit

Permalink
Merge pull request #76 from oslabs-beta/mkw2107/profilePageSettingsSu…
Browse files Browse the repository at this point in the history
…spended

fix: the Profile Page settings have been temporarily suspended, with plans for reinstatement in the future
  • Loading branch information
aidanprior authored Oct 29, 2024
2 parents 57a2687 + aede4ec commit de6d961
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ const Profile: React.FC<ProfileProps> = ({ isDarkMode, user }) => {
</a>
</div>


{/*}
<div className="right-container">
<div className="settings-section">
<h3>Alert Settings</h3>
Expand Down Expand Up @@ -118,6 +120,7 @@ const Profile: React.FC<ProfileProps> = ({ isDarkMode, user }) => {
</div>
</div>
</div>
*/}
</div>
);
};
Expand Down

0 comments on commit de6d961

Please sign in to comment.