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:
@@ -2,8 +2,8 @@ import { createPiece, PieceAuth } from '@activepieces/pieces-framework';
|
|||||||
import { PieceCategory } from '@activepieces/shared';
|
import { PieceCategory } from '@activepieces/shared';
|
||||||
import { runPythonCode } from './lib/run-python-code';
|
import { runPythonCode } from './lib/run-python-code';
|
||||||
|
|
||||||
// Python logo - use official Python logo from python.org
|
// Python logo - icon only (from SVGRepo)
|
||||||
const PYTHON_LOGO = 'https://www.python.org/static/community_logos/python-logo-generic.svg';
|
const PYTHON_LOGO = 'https://www.svgrepo.com/show/452091/python.svg';
|
||||||
|
|
||||||
export const pythonCode = createPiece({
|
export const pythonCode = createPiece({
|
||||||
displayName: 'Python Code',
|
displayName: 'Python Code',
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ export type SmoothScheduleAuth = {
|
|||||||
props: SmoothScheduleAuthProps;
|
props: SmoothScheduleAuthProps;
|
||||||
};
|
};
|
||||||
|
|
||||||
// SmoothSchedule logo - use production URL (works in both environments via DNS)
|
// SmoothSchedule logo - hosted on DigitalOcean Spaces
|
||||||
const SMOOTHSCHEDULE_LOGO = 'https://smoothschedule.com/static/images/logo-branding.png';
|
const SMOOTHSCHEDULE_LOGO = 'https://smoothschedule.nyc3.digitaloceanspaces.com/static/images/logo-branding.png';
|
||||||
|
|
||||||
export const smoothSchedule = createPiece({
|
export const smoothSchedule = createPiece({
|
||||||
displayName: 'SmoothSchedule',
|
displayName: 'SmoothSchedule',
|
||||||
|
|||||||
Reference in New Issue
Block a user