diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/my/menu.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/my/menu.jsx b/src/pages/my/menu.jsx index e2a11390..0bd6137e 100644 --- a/src/pages/my/menu.jsx +++ b/src/pages/my/menu.jsx @@ -101,7 +101,7 @@ const MenuHeader = ({ children, ...props }) => ( ) const LinkItem = ({ children, ...props }) => ( - <Link {...props} className="!text-gray_r-11 font-normal p-4 flex items-center"> + <Link {...props} className="!text-gray_r-11 !font-normal p-4 flex items-center"> { children } <div className="ml-auto !text-gray_r-11"> <ChevronRightIcon className="w-5" /> |
