From 2408269b60d1b192f8f824cca6fc466b583a8e6e Mon Sep 17 00:00:00 2001 From: MGREMY Date: Wed, 11 Dec 2024 15:27:37 +0100 Subject: [PATCH] fix(navbar): isFixed theme was missing fixed class --- apps/docs/src/app/app.component.html | 2 +- libs/flowbite-angular/navbar/navbar.theme.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/src/app/app.component.html b/apps/docs/src/app/app.component.html index 61c470da..774591c1 100644 --- a/apps/docs/src/app/app.component.html +++ b/apps/docs/src/app/app.component.html @@ -4,7 +4,7 @@ [footerContent]="footerContent"> + class="border-b">
@if (!isLandingPage) {