Skip to content

Commit

Permalink
remove double github
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Nov 14, 2024
1 parent 3f6cfd0 commit 84c278e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions webpage/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ const Footer = () => {
<a href="https://arxiv.org/pdf/2409.18952" target="_blank" rel="noopener noreferrer">
<SiArxiv className="footer-icon" />
</a>
<a href="https://github.com/ASSERT-KTH/repairbench" target="_blank" rel="noopener noreferrer">
<FaGithub className="footer-icon" />
</a>
<a href="https://github.com/ASSERT-KTH/elle-elle-aime" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/ASSERT-KTH/repairbench-framework" target="_blank" rel="noopener noreferrer">
<FaGithub className="footer-icon" />
</a>
</div>
);
};

export default Footer;
export default Footer;

0 comments on commit 84c278e

Please sign in to comment.