fix website build

This commit is contained in:
2025-12-25 12:54:08 +01:00
parent ac083363bc
commit 722a185dd9
26 changed files with 1712 additions and 1419 deletions

View File

@@ -11,7 +11,7 @@ import {
Save,
Trash2,
Plus,
Image,
Image as ImageIcon,
Target
} from 'lucide-react';
@@ -217,7 +217,7 @@ export default function LeagueDecalPlacementEditor({
/>
) : (
<div className="w-full h-full flex flex-col items-center justify-center">
<Image className="w-16 h-16 text-gray-600 mb-2" />
<ImageIcon className="w-16 h-16 text-gray-600 mb-2" />
<p className="text-sm text-gray-500">No base template uploaded</p>
<p className="text-xs text-gray-600">Upload a template image first</p>
</div>