From 45c3945627e20cd34669485776c5024e2247570f Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 31 Jul 2025 13:28:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20=20Menu=20bar=20compone?= =?UTF-8?q?nt=20interface=20file=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/IVMenuBar.type.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/menu/IVMenuBar.type.ts b/src/components/menu/IVMenuBar.type.ts index 3ab604e..67e7045 100644 --- a/src/components/menu/IVMenuBar.type.ts +++ b/src/components/menu/IVMenuBar.type.ts @@ -86,6 +86,8 @@ export default interface IVMenuBar { /** Responsive breakpoints (e.g. Tailwind-style classes) */ breakpoints?: string; + + logoPath?: string; }