Doppelkopf-Stats-Frontend/src/app/components/header/header.component.html

9 lines
292 B
HTML

<div id="header">
<p id="header-title">Doppelkopf-Stats</p>
<span id="user-info">
<p>Paddy</p>
<img src="assets/images/user.png" alt="User Icon" (click)="openProfile()">
</span>
<app-profile (showProfilePopoverChange)="closeProfile()" *ngIf="showProfilePopover"></app-profile>
</div>