From 819ce651cf0649ef9324bb30494304c59a0fcc3c Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Wed, 22 Oct 2025 21:59:55 -0700 Subject: [PATCH 1/3] Add files via upload --- public/img/HappyPlant.svg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/img/HappyPlant.svg diff --git a/public/img/HappyPlant.svg b/public/img/HappyPlant.svg new file mode 100644 index 0000000..c0f6188 --- /dev/null +++ b/public/img/HappyPlant.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + From b11ebefc0a471441e3c5d1453785ad7929f22d71 Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Wed, 22 Oct 2025 22:00:50 -0700 Subject: [PATCH 2/3] Happy Plant! --- components/join-us.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/join-us.tsx b/components/join-us.tsx index 7d02e46..1c4ba59 100644 --- a/components/join-us.tsx +++ b/components/join-us.tsx @@ -75,8 +75,8 @@ function JoinUs() {
Sad Plant (watered)! From dc74e4b5daf07ea9359f8754a734a01b8a6c5691 Mon Sep 17 00:00:00 2001 From: yodalightsabr Date: Wed, 22 Oct 2025 22:01:14 -0700 Subject: [PATCH 3/3] Rename HappyPlant.svg to happyPlant.svg --- public/img/{HappyPlant.svg => happyPlant.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename public/img/{HappyPlant.svg => happyPlant.svg} (100%) diff --git a/public/img/HappyPlant.svg b/public/img/happyPlant.svg similarity index 100% rename from public/img/HappyPlant.svg rename to public/img/happyPlant.svg