]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: remove space before my profile button in dropdown (#7963)
authortooomm <tooomm@users.noreply.github.com>
Sun, 20 Oct 2024 00:17:53 +0000 (02:17 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 00:17:53 +0000 (17:17 -0700)
src-ui/src/app/components/app-frame/app-frame.component.html

index aec850a5d74d68e591bb25b2e939f147501dc75b..51978c3e34b061116a98c60d38b237252550898c 100644 (file)
@@ -43,7 +43,7 @@
           <div class="dropdown-divider"></div>
         </div>
         <button ngbDropdownItem class="nav-link" (click)="editProfile()">
-          <i-bs class="me-2" name="person"></i-bs>&nbsp;<ng-container i18n>My Profile</ng-container>
+          <i-bs class="me-2" name="person"></i-bs><ng-container i18n>My Profile</ng-container>
         </button>
         <a ngbDropdownItem class="nav-link" routerLink="settings" (click)="closeMenu()"
           *pngxIfPermissions="{ action: PermissionAction.Change, type: PermissionType.UISettings }">