Skip to content

Commit

Permalink
Merge pull request #8331 from sm1990/sameTab
Browse files Browse the repository at this point in the history
Fix broken links
  • Loading branch information
sm1990 authored Nov 23, 2023
2 parents 2c86318 + eb747a6 commit 6e3cec3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/home-page/users/Users.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ export default function Users(props) {

<Row>
<Col sm={18} md={12} className={styles.logo}>
<a href="/case-studies/wso2" target='_blank' rel="noreferrer" ><img src={`${prefix}/images/home-page/user-logos/wso2.svg`} width={280} alt="WSO2" title="WSO2" /></a>
<a href="/case-studies/wso2"><img src={`${prefix}/images/home-page/user-logos/wso2.svg`} width={280} alt="WSO2" title="WSO2" /></a>
<a href="https://choreo.dev/" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/choreo.svg`} width={280} alt="Choreo" title="Choreo" /></a>
<a href="https://fattuesday.com/" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/fat-tuesday.svg`} width={150} alt="Fat Tuesday" title="Fat Tuesday" /></a>
<a href="/case-studies/mosip" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/mosip.png`} width={280} alt="MOSIP" title="MOSIP" /></a>
<a href="/case-studies/mosip"><img src={`${prefix}/images/home-page/user-logos/mosip.png`} width={280} alt="MOSIP" title="MOSIP" /></a>
<a href="https://quantil.readthedocs.io/en/latest/user-guide/qhana/" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/qhana.png`} width={200} alt="QHAna - The Quantum Humanities Analysis Tool" title="QHAna - The Quantum Humanities Analysis Tool" /></a>

</Col>
</Row>
<Row>
<Col sm={18} md={12} className={styles.logo}>
<a href="/case-studies/ballerina-central" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/ballerina-central.svg`} width={340} alt="Ballerina Central" title="Ballerina Central" /></a>
<a href="https://elixir.redcross.lk/" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/redcross-elixir.png`} width={280} alt="Redcross Elixir" title="Redcross Elixir" /></a>
<a href="/case-studies/ballerina-central"><img src={`${prefix}/images/home-page/user-logos/ballerina-central.svg`} width={340} alt="Ballerina Central" title="Ballerina Central" /></a>
<a href="https://www.redcross.lk/news/sri-lanka-red-cross-societys-elixir-a-source-of-strength-to-the-health-sector-of-sri-lanka/" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/redcross-elixir.png`} width={280} alt="Redcross Elixir" title="Redcross Elixir" /></a>
<a href="https://www.raapid.ai/" target='_blank' rel="noreferrer"><img src={`${prefix}/images/home-page/user-logos/raapid-ai.png`} width={320} alt="RAAPID" title="RAAPID" /></a>
</Col>
</Row>
Expand Down

0 comments on commit 6e3cec3

Please sign in to comment.