development #21

Merged
emmanuelvitor merged 40 commits from development into main 2023-01-19 02:44:29 +00:00
Showing only changes of commit e0452d65e4 - Show all commits

View File

@ -15,7 +15,7 @@ export const BreadCrumb = () => {
{pathname !== "/" && (
<ul className={styles["breadNav"]}>
<li className={styles["navItem"]}>
<Link to="/sobre">
<Link to="//institucional/sobre">
<img src={homeIcon} alt="Icone de home" />
</Link>
</li>
@ -25,7 +25,6 @@ export const BreadCrumb = () => {
<span className={styles["routeName"]}>
{routeName}
{/* Institucional */}
</span>
</li>