Skip to content

Commit f31edc9

Browse files
fix(frontend): Update hardcoded marketplace registry URL to point to official JdeRobot repository
1 parent eee9b28 commit f31edc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/marketplace/MarketplacePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const MarketplacePanel: React.FC<MarketplacePanelProps> = ({ open, onClose, edit
7272
setLoading(true);
7373
setError(null);
7474
try {
75-
const response = await fetch('https://raw.githubusercontent.com/Sarvesh-Mishra1981/VisualCircuit-resources/main/marketplace/registry.json');
75+
const response = await fetch('https://raw.githubusercontent.com/JdeRobot/VisualCircuit-resources/main/marketplace/registry.json');
7676
if (!response.ok) {
7777
throw new Error(`HTTP error! status: ${response.status}`);
7878
}

0 commit comments

Comments
 (0)