mirror of
https://github.com/google/nomulus
synced 2026-02-03 03:22:26 +00:00
* Header initialized * Added settings page * switch history mode to hash * Add eslint * Add prettier and reformat * Contact details in a bottom sheet for mobile devices * Add contact details events abstraction * Fix formatting issue and update deps versions
16 lines
459 B
HTML
16 lines
459 B
HTML
<p>
|
|
<mat-toolbar color="primary">
|
|
<button mat-icon-button aria-label="Open menu" (click)="toggleNavPane()">
|
|
<mat-icon>menu</mat-icon>
|
|
</button>
|
|
<span>Google Registry</span>
|
|
<span class="spacer"></span>
|
|
<button mat-icon-button aria-label="Open FAQ">
|
|
<mat-icon>question_mark</mat-icon>
|
|
</button>
|
|
<button mat-icon-button aria-label="Open user info">
|
|
<mat-icon>person</mat-icon>
|
|
</button>
|
|
</mat-toolbar>
|
|
</p>
|