diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 30a1b883d..e0b2cc8a5 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -4,27 +4,29 @@ (click)="closeMobileSearch(); toggleMenuCollapsed()"> - + - @if (!hasCustomBranding) { - - - } @else { - @if (customAppLogo) { - + @if (!hasCustomBranding) { + + } @else { - - } -
- {{ appTitle }} - @if (customAppTitle) { - + @if (customAppLogo) { + + } @else { + } -
- } -
+
+ {{ appTitle }} + @if (customAppTitle) { + by Paperless-ngx + } +
+ } + +