Skip to content

Commit

Permalink
MOSIP-32390: security hotspot fix (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: SwethaKrish4 <[email protected]>
  • Loading branch information
SwethaKrish4 committed Apr 15, 2024
1 parent 7a33796 commit e7d972b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/landing-page/landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<img src="./assets/images/mosip-logo.png" alt="mosip-logo" />
<div class="nav-section">
<div class="nav-links">
<a href="https://github.com/mosip/mosip-compliance-toolkit" target="_blank">Github</a>
<a href="https://docs.mosip.io/compliance-tool-kit/" target="_blank">Documentation</a>
<a href="https://community.mosip.io/" target="_blank">Community</a>
<a href="https://mosip.io/technology_partners" target="_blank">Partners</a>
<a href="https://github.com/mosip/mosip-compliance-toolkit" target="_blank" rel="noopener">Github</a>
<a href="https://docs.mosip.io/compliance-tool-kit/" target="_blank" rel="noopener">Documentation</a>
<a href="https://community.mosip.io/" target="_blank" rel="noopener">Community</a>
<a href="https://mosip.io/technology_partners" target="_blank" rel="noopener">Partners</a>
</div>
<div class="nav-buttons">
<button type="button" class="login-button" (click)="doLogin()">
Expand All @@ -35,7 +35,7 @@ <h6>Ensure seamless integration with MOSIP standards</h6>
<img src="./assets/images/watch.png" alt="watch-video" />
<span>Watch Video</span>
</button>
<a href="https://docs.mosip.io/compliance-tool-kit/" class="learn-more" target="_blank">
<a href="https://docs.mosip.io/compliance-tool-kit/" class="learn-more" target="_blank" rel="noopener">
Learn more
</a>
</div>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h3>Contact Support</h3>
<div class="borderLeft"></div>
<div>
<img src="./assets/images/groups.png" alt="groups" width="35px" />
<a href="https://community.mosip.io/" target="_blank">MOSIP Community</a>
<a href="https://community.mosip.io/" target="_blank" rel="noopener">MOSIP Community</a>
</div>
</div>
</div>
Expand Down

0 comments on commit e7d972b

Please sign in to comment.