From 844d7afa29613588327039d08bf91e008c48c347 Mon Sep 17 00:00:00 2001 From: Wissarut Kanasub Date: Sat, 11 Nov 2023 13:29:19 +0700 Subject: [PATCH] Improve size --- .../the_eisenhower_matrix/Eisenhower.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/the_eisenhower_matrix/Eisenhower.jsx b/frontend/src/components/the_eisenhower_matrix/Eisenhower.jsx index ba1a1e3..7800fa9 100644 --- a/frontend/src/components/the_eisenhower_matrix/Eisenhower.jsx +++ b/frontend/src/components/the_eisenhower_matrix/Eisenhower.jsx @@ -2,12 +2,12 @@ import React from 'react'; function EachBlog({ name, colorCode }) { return ( -
-
+
+
{name}
-
- content +
+ Content goes here
); @@ -15,9 +15,9 @@ function EachBlog({ name, colorCode }) { function Eisenhower() { return ( -
-

The Eisenhower Matrix

-
+
+

The Eisenhower Matrix

+