Skip to content

Commit

Permalink
feat(pages/home/index.js): adiciona redirecionamento ao Link - @Pablo…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Hunter authored and Pablo Hunter committed Dec 11, 2023
1 parent 3bfd695 commit 7a3d37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function HomePage() {
<div className='event-container'>
<p className="descricao"> {attribute.data?.descricao}</p>
</div>
<Link to='#' className='ver-mais'>Ver mais sobre o evento</Link>
<Link to={`/events/${attribute?.id}`} className='ver-mais'>Ver mais sobre o evento</Link>
<img src={urlCms + attribute.data?.foto_divulgacao?.data?.attributes?.url} className="slide-image" />
</div>
</SwiperSlide>
Expand Down

0 comments on commit 7a3d37c

Please sign in to comment.