Skip to content

Commit

Permalink
Redesign Header
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-battaglia committed Oct 19, 2023
1 parent 546e4b2 commit d51611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular-frontend/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<bal-icon *ngFor="let cursor of cursors" name="edit" style="z-index: 1000; position: absolute;" [ngStyle]="{'top': cursor.posY + 'px', 'left': cursor.posX + 'px'}" [color]="cursor.color"></bal-icon>
<header>
<!-- Header content -->
<bal-navbar interface="app">
<bal-navbar-brand></bal-navbar-brand>
<bal-navbar interface="simple" light="true" container="fluid">
<bal-navbar-brand logo="assets/logo.jpg">Dungeons & WebSockets • Treasure Chest</bal-navbar-brand>
<bal-navbar-menu>
<bal-navbar-menu-start></bal-navbar-menu-start>
<bal-navbar-menu-end>
Expand Down
Binary file added angular-frontend/src/assets/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d51611e

Please sign in to comment.