@umituz/web-design-system 2.6.2 → 2.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -199,7 +199,7 @@ export const MainNavbar = ({
|
|
|
199
199
|
{/* Mobile Button */}
|
|
200
200
|
<button
|
|
201
201
|
onClick={() => setIsOpen(!isOpen)}
|
|
202
|
-
className="md:
|
|
202
|
+
className="max-md:flex text-text-secondary hidden"
|
|
203
203
|
type="button"
|
|
204
204
|
aria-label="Toggle menu"
|
|
205
205
|
>
|