Skip to content

Commit

Permalink
Merge pull request #57 from Arquisoft/develop
Browse files Browse the repository at this point in the history
Intento de despliegue V0.1
  • Loading branch information
Verzidee authored Apr 8, 2024
2 parents 9ff1f03 + 1492ea0 commit 485e9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Footer() {
return (
<footer>
<a href={`${apiEndpoint}/api-doc`}>API Doc</a>
<a href="WIQ_ES04D">WIQ_ES04D</a>
<a href="https://arquisoft.github.io/wiq_es04c/">WIQ_ES04D</a>
<Link to='/aboutus' className='footer-links'>About us</Link>
</footer>
);
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/Footer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('Footer Component', () => {
it('should have correct link for WIQ_ES04D', () => {
renderWithRouter(<Footer />);
const wiqLink = screen.getByText('WIQ_ES04D');
expect(wiqLink).toHaveAttribute('href', 'WIQ_ES04D');
expect(wiqLink).toHaveAttribute('href', 'https://arquisoft.github.io/wiq_es04c/');
});

it('should have correct link for About Us', () => {
Expand Down

0 comments on commit 485e9c3

Please sign in to comment.