Skip to content

Commit 1bfaab0

Browse files
committed
Update className from dishes-grid to item-grid
Changed the className of the div wrapping cooked items from 'dishes-grid' to 'item-grid' for consistency or improved styling.
1 parent c499f36 commit 1bfaab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/AchieveTabs/Cooking/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Cooking = ( {cookedItems, knownRecipes, alreadyCookedRecipes, totalRecipes
2424
/>))}
2525
</div>
2626
<br />
27-
<div className="dishes-grid">
27+
<div className="item-grid">
2828
{ cookedItems ?
2929
cookedItems.map((d, i) =>
3030
<ItemWithCounter

0 commit comments

Comments
 (0)