Skip to content

Commit

Permalink
feat: add title
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 3, 2020
1 parent b357391 commit 7d9eb98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/pages/pages.component.ts
Expand Up @@ -11,11 +11,15 @@ import { MENU_ITEMS } from './pages-menu';
<nb-layout-header fixed>
<nb-actions>
<nb-action
style="padding: 0 0.5rem;"
icon="menu-outline"
(click)="toggleNav()"
*hideItBootstrap="['lg', 'xl']"
></nb-action>
<nb-action> <img src="./assets/favicon.svg" style="height: 3rem;" /> </nb-action>
<nb-action style="padding: 0 0.5rem;">
<img src="./assets/favicon.svg" style="height: 3rem;" />
</nb-action>
<nb-action style="padding: 0 0.5rem;"> <h3>RcloneNg</h3> </nb-action>
</nb-actions>
</nb-layout-header>
Expand Down

0 comments on commit 7d9eb98

Please sign in to comment.