Skip to content

Commit

Permalink
Update app.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sumansurvi authored May 27, 2024
1 parent 6da1ed2 commit 8a723d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2>Hello.</h2>
<hr>
<div class="Skills">
<h2>My Skills.</h2>
<img class="html" src="/assets/logos/angular.png" alt="angular icon">&nbsp;
<img class="html" src="../assets/logos/angular.png" alt="angular icon">&nbsp;
<img class="html" src="/assets/logos/javascript.png" alt="javascript icon">&nbsp;
<img class="html" src="/assets/logos/typescript.png" alt="typescript icon">&nbsp;
<img class="html" src="/assets/logos/ionic.png" alt="ionic icon">&nbsp;
Expand Down Expand Up @@ -76,4 +76,4 @@ <h3>If you love designing as much i do.</h3>
<a class="footer-link" href="https://github.com/sumansurvi">GitHub</a>
<p class="copyright">© 2024 Survi Suman</p>
</div>
</div>
</div>

0 comments on commit 8a723d3

Please sign in to comment.