mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2026-03-21 05:28:41 +00:00
Updated the application to reflect the changes
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
<!-- Tabs -->
|
||||
<mat-tab-group
|
||||
class="sm:px-2"
|
||||
mat-stretch-tabs="false"
|
||||
[animationDuration]="'0'">
|
||||
|
||||
<!-- Home -->
|
||||
@@ -690,7 +691,13 @@
|
||||
</mat-tab>
|
||||
|
||||
<!-- Team -->
|
||||
<mat-tab label="Team">
|
||||
<mat-tab>
|
||||
<ng-template mat-tab-label>
|
||||
<span class="inline-flex items-center space-x-2">
|
||||
<span class="">Team</span>
|
||||
<span class="px-2 py-1 text-sm rounded-full bg-primary-100 text-on-primary-100">9</span>
|
||||
</span>
|
||||
</ng-template>
|
||||
<ng-template matTabContent>
|
||||
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 w-full min-w-0">
|
||||
<ng-container *ngFor="let member of data.teamMembers">
|
||||
|
||||
Reference in New Issue
Block a user