Skip to content
Snippets Groups Projects
Commit 436d3eec authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove unnecessary infos from creator-/participant-home-page

parent 165abfc9
Branches
Tags
1 merge request!223Ux fixes
Pipeline #27119 passed with stages
in 7 minutes and 28 seconds
......@@ -28,10 +28,3 @@
</p>
</mat-expansion-panel>
</div>
<mat-card id="no-sessions-card" *ngIf="rooms && rooms.length === 0">
<mat-card-header>
<mat-card-title *ngIf="baseUrl === 'creator'">Sie haben noch keine Sessions erstellt!</mat-card-title>
<mat-card-title *ngIf="baseUrl === 'participant'">Sie sind noch keiner Session beigetreten!</mat-card-title>
</mat-card-header>
</mat-card>
......@@ -46,11 +46,6 @@ mat-card-title {
text-align: center;
}
#no-sessions-card {
background-color: var(--grey);
color: var(--primary);
}
mat-progress-spinner {
margin-top: 30px;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment