We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eae36c commit b37e8c1Copy full SHA for b37e8c1
apps/webapp/src/app/pages/home/home.component.html
@@ -21,7 +21,7 @@ <h1 class="text-4xl mb-10 font-extrabold">
21
22
<!--Left Col-->
23
<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="">
+ <img class="rounded-lg" width="400" height="400" ngSrc="/assets/images/interview.jpg" alt="interview">
25
</div>
26
27
apps/webapp/src/assets/images/interview.jpg
1.85 MB
0 commit comments