fix: 'Schließen'-Button entfernt, zurück zum ursprünglichen X-Icon
This commit is contained in:
@@ -114,14 +114,6 @@ export default function Knotenpunkte({ slot, onClose }: Props) {
|
||||
)}
|
||||
</div>
|
||||
))}
|
||||
<div className="flex justify-end pt-4">
|
||||
<button
|
||||
onClick={onClose}
|
||||
className="bg-littwin-blue text-white px-4 py-2 rounded "
|
||||
>
|
||||
Schließen
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user