frontend: replace toolbar title with openvidu logo and remove unused styles

This commit is contained in:
Carlos Santos 2025-09-26 15:36:08 +02:00
parent 5719d52fc0
commit 7c8222ddb2
4 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,13 @@
<mat-icon>menu</mat-icon>
</button>
<span class="toolbar-title" id="app-title">OpenVidu Meet</span>
<img
id="app-logo"
class="toolbar-logo"
[src]="isDarkMode() ? 'assets/images/meet_dark.png' : 'assets/images/meet_light.png'"
height="46"
aria-label="OpenVidu Meet"
/>
<span class="toolbar-spacer"></span>

View File

@ -14,10 +14,6 @@ mat-toolbar {
@extend .ov-nav-toolbar;
}
.toolbar-title {
@extend .toolbar-title;
}
.toolbar-spacer {
@extend .toolbar-spacer;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB