Changed the label of the new Button from 'More' to 'MORE'

This commit is contained in:
atyabbin
2024-06-18 18:53:31 +05:30
parent a5b0bc259d
commit 480a86af0a

View File

@@ -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">