Skip to content

Commit fdd7dc4

Browse files
committed
fix links in footer
1 parent 5a24bc0 commit fdd7dc4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/src/app/components/landing/footer/footer.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<ul class="footer__list footer__list--multiple">
3131
<li>
3232
<span class="gh-icon"></span>
33-
<a href="https://github.com/d0peCode">GitHub</a>
33+
<a href="https://github.com/d0peCode" target="_blank">GitHub</a>
3434
</li>
3535
<li>
3636
<span class="so-icon"></span>
37-
<a href="https://stackoverflow.com/users/8425145/dopecode">StackOverflow</a>
37+
<a href="https://stackoverflow.com/users/8425145/dopecode" target="_blank">StackOverflow</a>
3838
</li>
3939
<li>
4040
<span class="li-icon"></span>
41-
<a href="#skills">LinkedIn</a>
41+
<a href="https://www.linkedin.com/in/borys-tymi%C5%84ski-814916196/" target="_blank">LinkedIn</a>
4242
</li>
4343
</ul>
4444
</div>

0 commit comments

Comments
 (0)