misc: Rename beer type to beer style

This commit is contained in:
Aaron William Po
2023-09-18 15:44:56 -04:00
parent 6b8682e686
commit af09928c3c
30 changed files with 1192 additions and 183 deletions

View File

@@ -70,7 +70,7 @@ const BeerRecommendationsSection: FC<{
<div>
<div>
<span className="text-lg font-medium">{post.type.name}</span>
<span className="text-lg font-medium">{post.style.name}</span>
</div>
<div className="space-x-2">
<span>{post.abv}% ABV</span>