From 9689881ebb949663d8046a3f3fdc6047541a9749 Mon Sep 17 00:00:00 2001 From: poduck Date: Mon, 29 Dec 2025 19:50:22 -0500 Subject: [PATCH] Fix Activepieces branding with proper logo and text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change "Built with" to "Powered by" in ShowPoweredBy component - Replace purple dot with actual Activepieces swirl logo in SVG - Update favicon and logoIcon URLs to use SmoothSchedule branding - Add light and dark mode versions of automation builder logo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../react-ui/src/components/show-powered-by.tsx | 2 +- .../packages/server/api/src/app/flags/theme.ts | 4 ++-- .../static/images/automation-builder-logo-dark.svg | 13 +++++++++++++ .../static/images/automation-builder-logo-light.svg | 13 +++++++++++++ 4 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 smoothschedule/smoothschedule/static/images/automation-builder-logo-dark.svg create mode 100644 smoothschedule/smoothschedule/static/images/automation-builder-logo-light.svg diff --git a/activepieces-fork/packages/react-ui/src/components/show-powered-by.tsx b/activepieces-fork/packages/react-ui/src/components/show-powered-by.tsx index 9f3614d4..01b26c54 100644 --- a/activepieces-fork/packages/react-ui/src/components/show-powered-by.tsx +++ b/activepieces-fork/packages/react-ui/src/components/show-powered-by.tsx @@ -23,7 +23,7 @@ const ShowPoweredBy = ({ show, position = 'sticky' }: ShowPoweredByProps) => { }, )} > -
Built with
+
Powered by
+ + Automation Builder + Powered by + + + + activepieces + diff --git a/smoothschedule/smoothschedule/static/images/automation-builder-logo-light.svg b/smoothschedule/smoothschedule/static/images/automation-builder-logo-light.svg new file mode 100644 index 00000000..1ac0e95f --- /dev/null +++ b/smoothschedule/smoothschedule/static/images/automation-builder-logo-light.svg @@ -0,0 +1,13 @@ + + + Automation Builder + Powered by + + + + activepieces +