Skip to content

Commit

Permalink
Merge pull request #375 from FaizanMohammed326/dev
Browse files Browse the repository at this point in the history
images path in home page fixed
  • Loading branch information
htvenkatesh authored Sep 27, 2023
2 parents f4ebe79 + 87fd7f7 commit 5bb1378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
<div class="submit-wrapper my-4">
<button class="submit-button" type="submit" id="submit" data-bs-original-title="" title="">
<img src="../../../../assets/images/submit-arrow.png">
<img src="assets/images/submit-arrow.png">
</button>
</div>
</form>
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/home-page/home-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="flex flex-wrap justify-center">
<div class="" *ngFor="let role of roles">
<img id="cQb_dhsbrd" class="btn " class="officers" (click)="onRoleSelect(role)"
src="../../../assets//images/{{role.imageUrl}}" alt="" srcset="" id="{{role.id}}">
src="assets/images/{{role.imageUrl}}" alt="" srcset="" id="{{role.id}}">
</div>
</div>
</div>

0 comments on commit 5bb1378

Please sign in to comment.