mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Update pages to include links to beer styles
This commit is contained in:
@@ -70,7 +70,12 @@ const BeerRecommendationsSection: FC<{
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<span className="text-lg font-medium">{post.style.name}</span>
|
||||
<Link
|
||||
className="link link-hover"
|
||||
href={`/beers/styles/${post.style.id}`}
|
||||
>
|
||||
<span className="text-lg font-medium">{post.style.name}</span>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="space-x-2">
|
||||
<span>{post.abv.toFixed(1)}% ABV</span>
|
||||
|
||||
Reference in New Issue
Block a user