From 17609f2661d9a81857f83a664710b8eb23ebce82 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Thu, 2 Jun 2022 16:07:19 +0100 Subject: [PATCH] make list items more consistant --- src/foodItems.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/foodItems.tsx b/src/foodItems.tsx index a0d6024..7833336 100644 --- a/src/foodItems.tsx +++ b/src/foodItems.tsx @@ -49,7 +49,9 @@ export class FoodItem extends Component { render() { return ( -

{this.props.title}

+
+

{this.props.title}

+
) }