Update pages to include links to beer styles

This commit is contained in:
Aaron William Po
2023-10-08 12:27:20 -04:00
parent 3b626e2f95
commit 27af922a91
7 changed files with 166 additions and 23 deletions

View File

@@ -74,7 +74,7 @@ const BeerInfoHeader: FC<BeerInfoHeaderProps> = ({ beerPost }) => {
<div>
<Link
className="link-hover link text-lg font-bold"
href={`/beers/types/${beerPost.style.id}`}
href={`/beers/styles/${beerPost.style.id}`}
>
{beerPost.style.name}
</Link>