diff --git a/activepieces-fork/packages/pieces/community/python-code/src/index.ts b/activepieces-fork/packages/pieces/community/python-code/src/index.ts index 9061e69c..7b6818c9 100644 --- a/activepieces-fork/packages/pieces/community/python-code/src/index.ts +++ b/activepieces-fork/packages/pieces/community/python-code/src/index.ts @@ -2,8 +2,8 @@ import { createPiece, PieceAuth } from '@activepieces/pieces-framework'; import { PieceCategory } from '@activepieces/shared'; import { runPythonCode } from './lib/run-python-code'; -// Python logo - use official Python logo from python.org -const PYTHON_LOGO = 'https://www.python.org/static/community_logos/python-logo-generic.svg'; +// Python logo - icon only (from SVGRepo) +const PYTHON_LOGO = 'https://www.svgrepo.com/show/452091/python.svg'; export const pythonCode = createPiece({ displayName: 'Python Code', diff --git a/activepieces-fork/packages/pieces/community/smoothschedule/src/index.ts b/activepieces-fork/packages/pieces/community/smoothschedule/src/index.ts index d78998b2..5b653091 100644 --- a/activepieces-fork/packages/pieces/community/smoothschedule/src/index.ts +++ b/activepieces-fork/packages/pieces/community/smoothschedule/src/index.ts @@ -56,8 +56,8 @@ export type SmoothScheduleAuth = { props: SmoothScheduleAuthProps; }; -// SmoothSchedule logo - use production URL (works in both environments via DNS) -const SMOOTHSCHEDULE_LOGO = 'https://smoothschedule.com/static/images/logo-branding.png'; +// SmoothSchedule logo - hosted on DigitalOcean Spaces +const SMOOTHSCHEDULE_LOGO = 'https://smoothschedule.nyc3.digitaloceanspaces.com/static/images/logo-branding.png'; export const smoothSchedule = createPiece({ displayName: 'SmoothSchedule',