fix website build
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user