Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 47f0752

Browse files
committed
fix: remove elevation from nav bar
The nav bar wasn't meant to have an elevation, it just wasn't working prior to a fix earlier today.
1 parent e661189 commit 47f0752

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/app/material-docs-app.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/app/material-docs-app.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ import {CookiePopup} from './shared/cookie-popup/cookie-popup';
1010

1111
@Component({
1212
selector: 'material-docs-app',
13-
templateUrl: './material-docs-app.html',
13+
template: `
14+
<app-cookie-popup/>
15+
<app-navbar/>
16+
<router-outlet/>
17+
`,
1418
styleUrls: ['./material-docs-app.scss'],
1519
encapsulation: ViewEncapsulation.None,
1620
standalone: true,

0 commit comments

Comments
 (0)