From 241f1c3ee8d7a310cae36f637fcb7d8ec64bf57c Mon Sep 17 00:00:00 2001 From: Aborio Date: Tue, 17 Oct 2023 17:04:37 -0300 Subject: [PATCH 1/2] Fix the workshop --- arturito/src/components/PlanetsSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arturito/src/components/PlanetsSection/index.tsx b/arturito/src/components/PlanetsSection/index.tsx index b0f140b3..cdb36584 100644 --- a/arturito/src/components/PlanetsSection/index.tsx +++ b/arturito/src/components/PlanetsSection/index.tsx @@ -43,7 +43,7 @@ const Planets = () => { return (
- +
); }; From ea017480db6939cd41329810bc887a8ce5bf935c Mon Sep 17 00:00:00 2001 From: Aborio Date: Tue, 17 Oct 2023 21:46:44 -0300 Subject: [PATCH 2/2] adnvae --- arturito/src/components/PlanetsSection/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arturito/src/components/PlanetsSection/index.tsx b/arturito/src/components/PlanetsSection/index.tsx index cdb36584..26e66718 100644 --- a/arturito/src/components/PlanetsSection/index.tsx +++ b/arturito/src/components/PlanetsSection/index.tsx @@ -43,7 +43,7 @@ const Planets = () => { return (
-
+
); };