Skip to content

Commit

Permalink
Change text to Your Account
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud authored and Mahmoud committed Oct 5, 2022
1 parent 0283593 commit 6b2a57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publisher/src/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
SettingsMenu,
} from "../components/Settings";

export const menuOptions = ["Account Settings", "Uploaded Files"] as const;
export const menuOptions = ["Your Account", "Uploaded Files"] as const;
export type MenuOptions = typeof menuOptions[number];

const Settings = () => {
Expand All @@ -44,7 +44,7 @@ const Settings = () => {
/>

<ContentDisplay>
{activeMenuItem === "Account Settings" && <AccountSettings />}
{activeMenuItem === "Your Account" && <AccountSettings />}
{activeMenuItem === "Uploaded Files" && <UploadedFiles />}
</ContentDisplay>
</SettingsContainer>
Expand Down

0 comments on commit 6b2a57d

Please sign in to comment.