🏷️ Menu bar component interface file updated

This commit is contained in:
Paul Valerie GOMA 2025-07-31 13:28:52 +02:00
parent efc442316c
commit 45c3945627

View File

@ -86,6 +86,8 @@ export default interface IVMenuBar {
/** Responsive breakpoints (e.g. Tailwind-style classes) */
breakpoints?: string;
logoPath?: string;
}