Skip to content

Commit

Permalink
Merge branch 'epic/cv-x-wing-squadron' into feature/#269-CV-X-Wing-Sq…
Browse files Browse the repository at this point in the history
…uadron-Create-relevants-links-section
  • Loading branch information
MTeresaMB committed Dec 14, 2023
2 parents 6743e28 + f7e8dc5 commit e7ecbe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,5 @@ describe('Testing profile-section.mapper.ts', () => {
});
});
});

export {};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%_ if (profile && profile !== 'undefined') { -%>
<%_ if (profile.avatar && profile.avatar.link) { -%>
<%_ if (profile.avatar) { -%>
<img src="<%= profile?.avatar%>" alt="photo cv">
<%_ } -%>
<section class="header__content">
Expand All @@ -11,7 +11,7 @@
<h2 class="surname"><%= profile?.surnames %></h2>
<p class="job-title"><%= profile?.title %></p>
</div>
<%_ if (profile.regionLocation && profile.countryLocation && profile.regionLocation !== 'undefined' && profile.countryLocation !== 'undefined') { -%>
<%_ if (profile.regionLocation) { -%>
<div class="header__content__address">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="24" viewBox="0 0 18 24" fill="none">
<g clip-path="url(#clip0_1762_1661)">
Expand Down

0 comments on commit e7ecbe6

Please sign in to comment.