Files
Jucundus_old/client/src/app/features/dashboard/dashboard-home/dashboard-home.component.html
T
2024-05-16 16:05:41 +02:00

18 lines
509 B
HTML

<div class="container" fxLayout="row" fxLayoutAlign="center none">
<div fxFlex="95%">
<div class="container" fxLayout="row" fxLayoutAlign="center none">
<h2>Welcome back, {{currentUser.fullName}}!</h2>
</div>
<div class="container" fxLayout="row" fxLayoutAlign="center none">
<div fxFlex="50%" class="text-center no-records animate">
<mat-icon>dashboard</mat-icon>
<p>This is the dashboard.</p>
</div>
<mat-icon> </mat-icon>
</div>
</div>
</div>