Skip to content

Commit 695e592

Browse files
committed
Change examples order on home
1 parent e876b32 commit 695e592

File tree

1 file changed

+4
-4
lines changed
  • frontend-angular/src/app/modules/general/home

1 file changed

+4
-4
lines changed

frontend-angular/src/app/modules/general/home/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ <h2 class="h5">
2525
<hr>
2626
<div class="row mb-2">
2727
<div class="col-md-12 text-center">
28-
<h3 class="h5">Angular Features<i class="fas fa-list ms-2"></i></h3>
28+
<h3 class="h5">Angular Examples<i class="fas fa-list ms-2"></i></h3>
2929
</div>
3030
</div>
3131
<div class="row g-4 py-2 row-cols-1 row-cols-md-2 row-cols-lg-5 text-center">
32-
<div class="col" *ngFor="let item of itemsFeatures; let i=index">
32+
<div class="col" *ngFor="let item of itemsExamples; let i=index">
3333
<div class="nga-card-step p-4 ">
3434
<a routerLink="{{ item.link }}">
3535
<i class="nga-text-primary {{ item.icon }} fa-3x mb-2"></i>
@@ -41,11 +41,11 @@ <h3 class="h4 nga-text-primary fw-bold">{{ item.name }}</h3>
4141
</div>
4242
<div class="row mb-2">
4343
<div class="col-md-12 text-center">
44-
<h3 class="h5">Angular Examples<i class="fas fa-list ms-2"></i></h3>
44+
<h3 class="h5">Angular Features<i class="fas fa-list ms-2"></i></h3>
4545
</div>
4646
</div>
4747
<div class="row g-4 py-2 row-cols-1 row-cols-md-2 row-cols-lg-5 text-center">
48-
<div class="col" *ngFor="let item of itemsExamples; let i=index">
48+
<div class="col" *ngFor="let item of itemsFeatures; let i=index">
4949
<div class="nga-card-step p-4 ">
5050
<a routerLink="{{ item.link }}">
5151
<i class="nga-text-primary {{ item.icon }} fa-3x mb-2"></i>

0 commit comments

Comments
 (0)