Skip to content

Commit 2c01dae

Browse files
committed
done
1 parent bf2f985 commit 2c01dae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/angular-app/src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span slot="icon" class="material-symbols-outlined">home</span>
99
</m3-navigation-rail-item>
1010

11-
<m3-navigation-rail-item label="Components" badge="4"
11+
<m3-navigation-rail-item label="Components" badge="6"
1212
[active]="currentRoute() === '/components'"
1313
(item-click)="navigate('/components')">
1414
<span slot="icon" class="material-symbols-outlined">browse</span>
@@ -55,7 +55,7 @@
5555

5656
<m3-navigation-bar-item
5757
label="Components"
58-
badge="4"
58+
badge="6"
5959
[active]="currentRoute() === '/components'"
6060
(item-click)="navigate('/components')">
6161
<span slot="icon" class="material-symbols-outlined">browse</span>

apps/angular-app/src/pages/home/home.component.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ h2 {
6969

7070
.component-features {
7171
display: flex;
72+
margin-top: 24px;
7273
column-gap: 16px;
7374
row-gap: 4px;
7475
flex-wrap: wrap;

0 commit comments

Comments
 (0)