File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11< div [style.width.px] ="sidebarWidth "
22 class ="sidebar ">
33 < div class ="sidebar-content ">
4- < div class ="flex py-6 px-1 ">
4+ < div class ="flex px-1 py-6 ">
55 < j-avatar avatarUrl ="https://res.cloudinary.com/dvujyxh7e/image/upload/c_scale,w_256/v1593097745/angular-vietnam-transparent_iwfwxa.png "
66 [name] ="'Project' "
77 [rounded] ="false "
88 [size] ="45 "
99 title ="Angular Vietnam ">
1010 </ j-avatar >
1111 < div class ="pl-2 ">
12- < div class ="text-textDark text-15 font-medium ">
12+ < div class ="font-medium text-textDark text-15 ">
1313 {{ project.name }}
1414 </ div >
1515 < div class ="text-textMedium text-13 ">
2020
2121 < div *ngFor ="let link of sideBarLinks; let idx = index ">
2222 < a *ngIf ="link.url "
23- :is ="link.to ? 'router-link' : 'div' "
2423 [routerLink] ="link.url "
2524 routerLinkActive ="active "
26- tag ="a "
2725 class ="link allowed ">
2826
2927 < svg-icon class ="mr-4 "
3028 [name] ="link.icon "
3129 [size] ="24 ">
3230 </ svg-icon >
3331
34- < div class ="text-15 pt-px "> {{ link.name }}</ div >
32+ < div class ="pt-px text-15 "> {{ link.name }}</ div >
3533 </ a >
3634 < div *ngIf ="!link.url "
3735 class ="link not-allowed ">
4139 [size] ="24 ">
4240 </ svg-icon >
4341
44- < div class ="text-15 pt-px "> {{ link.name }}</ div >
42+ < div class ="pt-px text-15 "> {{ link.name }}</ div >
4543 < div class ="not-implemented ">
4644 Not implemented
4745 </ div >
You can’t perform that action at this time.
0 commit comments