show custom logos in reports and add a banner for credit instead.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-11 20:35:09 -07:00
parent 30c03af5b0
commit 87fe011565
19 changed files with 91 additions and 54 deletions

View File

@@ -5,7 +5,6 @@
var userConfig = config.GetUserConfig(User);
var enableAuth = userConfig.EnableAuth;
var userLanguage = userConfig.UserLanguage;
var logoUrl = config.GetLogoUrl();
}
@model string
@{
@@ -62,7 +61,7 @@
<div class="container">
<div class="row mt-2">
<div class="d-flex lubelogger-navbar">
<img src="@logoUrl" />
<img src="@config.GetLogoUrl()" class="lubelogger-logo" />
<div class="lubelogger-navbar-button">
<button type="button" class="btn btn-adaptive" onclick="showMobileNav()"><i class="bi bi-list lubelogger-menu-icon"></i></button>
</div>