Changed the label of the new Button from 'More' to 'MORE'
This commit is contained in:
@@ -146,7 +146,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ token, email }) => {
|
||||
<div className="sidebar">
|
||||
<div className="dropdown-container">
|
||||
<button className="more-button" onClick={toggleDropdown}>
|
||||
More
|
||||
MORE
|
||||
</button>
|
||||
{dropdownVisible && (
|
||||
<div className="dropdown-menu">
|
||||
|
||||
Reference in New Issue
Block a user