Skip to content

Commit

Permalink
fix(ContentManagerMenuItem.tsx): update text from "Manage Content" to…
Browse files Browse the repository at this point in the history
… "Add Content" for clarity

The text displayed in the ContentManagerMenuItem component has been
updated from "Manage Content" to "Add Content" to provide clearer
functionality for users interacting with the menu item.
  • Loading branch information
ktun95 committed Jan 9, 2025
1 parent 5857133 commit a7480b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/ContentManagerMenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ContentManagerMenuItem = ({
<ListItemIcon className={listIcon}>
<PostAddIcon />
</ListItemIcon>
<ListItemText> Manage Content </ListItemText>
<ListItemText> Add Content </ListItemText>
</MenuItem>
)
}
Expand Down

0 comments on commit a7480b9

Please sign in to comment.