From 6bcd4812a39f71e8c2a743c9410eafa066a0a7fb Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Fri, 7 Jan 2022 19:47:01 +0100 Subject: [PATCH] Change order of plants --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 61be69a..bd4b12f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -40,7 +40,7 @@ const IndexPage = () => { - } /> + } /> ) }