Skip to content

Commit e9bb249

Browse files
committed
ng
1 parent 9099b95 commit e9bb249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Angular-9/src/app/dashboard/dashboard.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h4 class="card-title">Recent Comments</h4>
198198
<div class="comment-widgets scrollable">
199199
<!-- Comment Row -->
200200
<div class="d-flex flex-row comment-row m-t-0">
201-
<div class="p-2"><img src="../../assets/images/users/1.jpg" alt="user" width="50" class="rounded-circle"></div>
201+
<div class="p-2"><img src="assets/images/users/1.jpg" alt="user" width="50" class="rounded-circle"></div>
202202
<div class="comment-text w-100">
203203
<h6 class="font-medium">James Anderson</h6>
204204
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>
@@ -213,7 +213,7 @@ <h6 class="font-medium">James Anderson</h6>
213213
</div>
214214
<!-- Comment Row -->
215215
<div class="d-flex flex-row comment-row">
216-
<div class="p-2"><img src="../../assets/images/users/4.jpg" alt="user" width="50" class="rounded-circle"></div>
216+
<div class="p-2"><img src="assets/images/users/4.jpg" alt="user" width="50" class="rounded-circle"></div>
217217
<div class="comment-text active w-100">
218218
<h6 class="font-medium">Michael Jorden</h6>
219219
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>
@@ -230,7 +230,7 @@ <h6 class="font-medium">Michael Jorden</h6>
230230
</div>
231231
<!-- Comment Row -->
232232
<div class="d-flex flex-row comment-row">
233-
<div class="p-2"><img src="../../assets/images/users/5.jpg" alt="user" width="50" class="rounded-circle"></div>
233+
<div class="p-2"><img src="assets/images/users/5.jpg" alt="user" width="50" class="rounded-circle"></div>
234234
<div class="comment-text w-100">
235235
<h6 class="font-medium">Johnathan Doeting</h6>
236236
<span class="m-b-15 d-block">Lorem Ipsum is simply dummy text of the printing and type setting industry. </span>

0 commit comments

Comments
 (0)