Skip to content
Snippets Groups Projects
network-empty-warning.component.html 243 B
Newer Older
AndiMajore's avatar
AndiMajore committed
<div id="network-empty-banner" *ngIf="!getClosedState()" class="center notification" style="background-color: rgba(255,41,41,0.6);">
  <span class="px-6">Network is empty! Please contact the page developer is this is unexpected.</span>
</div>