diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index ebe4992..a007141 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -7,6 +7,7 @@ import Logo from "./brand/Logo";
import ThemeToggle from "./ThemeToggle";
import NotificationCenter from "./notifications/NotificationCenter";
import WalletButton from "./WalletButton";
+import LoyaltyDrawer from "./loyalty/LoyaltyDrawer";
import { buttonClasses } from "./ui/Button";
const navLinks = [
@@ -33,7 +34,9 @@ export default function Navbar() {
))}
-
+
+
+
@@ -45,7 +48,7 @@ export default function Navbar() {
-
+