navbar: Rename realm-logo to realm-navbar-wide-logo.

This commit is contained in:
Aman Agrawal
2024-06-18 09:05:30 +00:00
committed by Tim Abbott
parent 7ddf7a96dc
commit 00c56a65ed
4 changed files with 6 additions and 6 deletions

View File

@@ -630,7 +630,7 @@ export function initialize(): void {
});
tippy.delegate("body", {
target: "#realm-logo",
target: "#realm-navbar-wide-logo",
placement: "right",
appendTo: () => document.body,
onShow(instance) {