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 { 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',
|
||||
|
||||
Reference in New Issue
Block a user