Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago21112001 committed May 3, 2024
2 parents 52f942f + 3accf53 commit ea86f9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WIQ ¿A qué estás esperando?
# WIQ ¿A qué estás esperando?

[![Desplegar en lanzamiento](https://github.com/Arquisoft/wiq_es04d/actions/workflows/release.yml/badge.svg)](https://github.com/Arquisoft/wiq_es04d/actions/workflows/release.yml)
[![Estado de la Puerta de Calidad](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_wiq_es04d&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Arquisoft_wiq_es04d)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/12_glossary.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ifndef::imagesdir[:imagesdir: ../images]

[[section-glossary]]
= Glosario
== Glosario

[cols="e,2e" options="header"]
|===
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Navbar() {
<Link to='/' className='nav-links' onClick={closeMenu}>Inicio</Link>
</li>
<li className='nav-item'>
<Link to='/abouts' className='nav-links' onClick={closeMenu}>About us</Link>
<Link to='/aboutus' className='nav-links' onClick={closeMenu}>About us</Link>
</li>
{isLoggedIn ? (
<>
Expand Down

0 comments on commit ea86f9e

Please sign in to comment.