From 3bff4ce4a2d56035260eed0e4339fdd25dcef7a3 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 16 Mar 2022 23:37:11 -0400 Subject: [PATCH] Reword cell list header to "Exterior Cells" --- components/CellList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CellList.tsx b/components/CellList.tsx index 29cc352..b15c4b4 100644 --- a/components/CellList.tsx +++ b/components/CellList.tsx @@ -14,7 +14,7 @@ const CellList: React.FC = ({ cells }) => { return ( cells && ( <> -

Cells ({cells.length})

+

Exterior Cells ({cells.length})