added the nav link on the client laylout for the apk app
All checks were successful
Build frontend / build (push) Successful in 37s
All checks were successful
Build frontend / build (push) Successful in 37s
This commit is contained in:
@ -177,6 +177,9 @@ export default function ClientLayout({ children }) {
|
|||||||
>
|
>
|
||||||
<NavLink href="/">الرئيسية</NavLink>
|
<NavLink href="/">الرئيسية</NavLink>
|
||||||
<NavLink href="/properties">عقاراتنا</NavLink>
|
<NavLink href="/properties">عقاراتنا</NavLink>
|
||||||
|
<NavLink href="http://45.93.137.91/sweet-home.apk">
|
||||||
|
حمل التطبيق الان
|
||||||
|
</NavLink>
|
||||||
|
|
||||||
{isAdmin && (
|
{isAdmin && (
|
||||||
<NavLink href="/admin">
|
<NavLink href="/admin">
|
||||||
|
|||||||
Reference in New Issue
Block a user