Skip to content

Commit

Permalink
fix(cli): fix sidebar component format
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Apr 16, 2018
1 parent 5db01e1 commit 8067b3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<nz-avatar class="avatar" [nzIcon]="'user'"></nz-avatar>
<div class="info">
<strong>{{settings.user.name}}</strong>
<p class="text-truncate">{{settings.user.email}}</p>
<p class="text-truncate mb0">{{settings.user.email}}</p>
</div>
</div>
<ul nz-menu>
Expand Down

0 comments on commit 8067b3a

Please sign in to comment.