Skip to content

Instantly share code, notes, and snippets.

@luandevpro
Created August 17, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luandevpro/50589a0bc61402026423c2d2078d79c7 to your computer and use it in GitHub Desktop.
Save luandevpro/50589a0bc61402026423c2d2078d79c7 to your computer and use it in GitHub Desktop.
...
<MovieInfo>
<Link href={`/post?id=${id}`}>
<a>
<Poster src={`${POSTER_PATH}/${poster_path}`} alt={title} />
</a>
</Link>
</MovieInfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment