diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 10:05:51 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-28 10:05:51 +0700 |
| commit | 9a471fdf2fd6bcb52678c803c4b0b76f5e3417e9 (patch) | |
| tree | ff264b82a6fa3b201bf1a2df2252cba4b45c01b2 /src/core/components/elements/Navbar/NavbarDesktop.jsx | |
| parent | b1bab1dd068816967a8348875c421479eba4d138 (diff) | |
banner and link
Diffstat (limited to 'src/core/components/elements/Navbar/NavbarDesktop.jsx')
| -rw-r--r-- | src/core/components/elements/Navbar/NavbarDesktop.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/components/elements/Navbar/NavbarDesktop.jsx b/src/core/components/elements/Navbar/NavbarDesktop.jsx index 837d436c..1ced4af4 100644 --- a/src/core/components/elements/Navbar/NavbarDesktop.jsx +++ b/src/core/components/elements/Navbar/NavbarDesktop.jsx @@ -44,10 +44,10 @@ const NavbarDesktop = () => { Tentang Indoteknik.com </Link> <div className='flex gap-x-6'> - <Link href='/' className='!text-gray_r-12'> + <Link href='/my/pembayaran-tempo' className='!text-gray_r-12'> Pembayaran Tempo </Link> - <Link href='/' className='!text-gray_r-12'> + <Link href='/faqs' className='!text-gray_r-12'> F.A.Q </Link> <Link href='/' className='!text-gray_r-12'> |
