Fix Activepieces piece logos
- SmoothSchedule: Use DigitalOcean Spaces URL for logo - Python: Use icon-only version from SVGRepo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user