forked from amer2004/SweetHome
Edit button nav
Edit add properties for owner
This commit is contained in:
@ -33,8 +33,8 @@ export default function BottomNav({ isOwner, isOwnerOrAgent }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<nav className="fixed bottom-4 left-1/2 transform -translate-x-1/2 z-50">
|
||||
<div className="bg-white/95 backdrop-blur-sm border border-gray-200 rounded-3xl shadow-lg px-2 py-2 flex items-center gap-3">
|
||||
<nav className="bg-gray-50 pb-4 pt-2">
|
||||
<div className="flex items-center justify-center gap-3">
|
||||
{items.map((it) => {
|
||||
const Icon = it.icon;
|
||||
const active = isActive(it.href);
|
||||
|
||||
Reference in New Issue
Block a user