Skip to content

Commit b37e8c1

Browse files
committed
Update home.component.html to use a different image source
1 parent 9eae36c commit b37e8c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: apps/webapp/src/app/pages/home/home.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1 class="text-4xl mb-10 font-extrabold">
2121

2222
<!--Left Col-->
2323
<div class="flex lg:w-2/5 justify-center">
24-
<img width="254" height="221" ngSrc="https://storage.googleapis.com/yoodli-public/landing-page-assets/job-interview.png" alt="">
24+
<img class="rounded-lg" width="400" height="400" ngSrc="/assets/images/interview.jpg" alt="interview">
2525
</div>
2626
</div>
2727
</div>

Diff for: apps/webapp/src/assets/images/interview.jpg

1.85 MB
Loading

0 commit comments

Comments
 (0)