mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-04-05 18:09:04 +00:00
Update brewery/beer style to use tuples for ranges/coords. Seed updates.
This commit is contained in:
@@ -73,8 +73,8 @@ const BeerRecommendationsSection: FC<{
|
||||
<span className="text-lg font-medium">{post.style.name}</span>
|
||||
</div>
|
||||
<div className="space-x-2">
|
||||
<span>{post.abv}% ABV</span>
|
||||
<span>{post.ibu} IBU</span>
|
||||
<span>{post.abv.toFixed(1)}% ABV</span>
|
||||
<span>{post.ibu.toFixed(1)} IBU</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user