This repository has been archived on 2022-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Frontend/src/app/dashboard/header/header.component.html
2021-02-01 13:17:05 +01:00

5 lines
223 B
HTML

<div class="header" *ngIf="this.dashboard.user != undefined">
<img src="assets/history.svg" class="history-svg">
<img src="assets/dash.svg" class="dash-svg">
<img src="assets/admin.svg" class="admin-svg">
</div>