summaryrefslogtreecommitdiff
path: root/src/pages/my/menu.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/my/menu.jsx')
-rw-r--r--src/pages/my/menu.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/my/menu.jsx b/src/pages/my/menu.jsx
index 67ea1171..46a0e4b3 100644
--- a/src/pages/my/menu.jsx
+++ b/src/pages/my/menu.jsx
@@ -77,7 +77,7 @@ export default function Menu() {
</MenuHeader>
<div className="divide-y divide-gray_r-6 border-y border-gray_r-6 mt-4">
- <LinkItem href="/">
+ <LinkItem href="/my/address">
Daftar Alamat
</LinkItem>
<div onClick={logout} className="!text-gray_r-11 font-normal p-4 flex items-center">
@@ -98,7 +98,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" />