Skip to content

Commit

Permalink
feat: Updated src/app/secondary-components/publica
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Mar 9, 2024
1 parent 1055321 commit d19a3c8
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ <h3 class="card-title mb-2">{{ pub.title }}</h3>
</div>

</div>
</ng-container>
<div *ngIf="blogPublications.length === 0" class="text-center text-white mt-5">
<h3>No blog publications matched your search criteria.</h3>
</div>
</div>
</ng-container>

Expand Down Expand Up @@ -220,6 +224,15 @@ <h3 class="card-title sci-title">{{ pub.title }}</h3>
'animation-duration': '1.2s'
}"></ngx-skeleton-loader>
</div>
</div>
</div>
</div>
</div>
</div>
</ng-container>
<div *ngIf="sciPublications.length === 0" class="text-center text-white mt-5">
<h3>No scientific publications matched your search criteria.</h3>
</div>
<div class="col">
<p class="card-text text-end">
<ngx-skeleton-loader count="1" [theme]="{
Expand Down

0 comments on commit d19a3c8

Please sign in to comment.