forked from M3-Academy/desafio-react-e-typescript
fix: correção da navegação do icone home #22
@ -19,7 +19,7 @@ const Cursos = () => {
|
||||
return (
|
||||
<section className={style["container"]}>
|
||||
<div className={style["container__institucional"]}>
|
||||
<IconHome className={style["home"]} title="Home" />
|
||||
<Rota to="/"><IconHome className={style["home"]} title="Home" /></Rota>
|
||||
<IconArrow className={style["arrow"]} title="Seta direita" />
|
||||
<p>CURSOS</p>
|
||||
</div>
|
||||
|
@ -17,7 +17,7 @@ const Institucional = () => {
|
||||
return (
|
||||
<section className={style["container"]}>
|
||||
<div className={style["container__institucional"]}>
|
||||
<IconHome className={style["home"]} title="Home" />
|
||||
<Rota to="/"><IconHome className={style["home"]} title="Home" /></Rota>
|
||||
<IconArrow className={style["arrow"]} title="Seta direita" />
|
||||
<p>INSTITUCIONAL</p>
|
||||
</div>
|
||||
|
@ -14,7 +14,7 @@ const Saibamais = () => {
|
||||
return (
|
||||
<section className={style["container"]}>
|
||||
<div className={style["container__institucional"]}>
|
||||
<IconHome className={style["home"]} title="Home" />
|
||||
<Rota to="/"><IconHome className={style["home"]} title="Home" /></Rota>
|
||||
<IconArrow className={style["arrow"]} title="Seta direita" />
|
||||
<p>SAIBA MAIS</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user