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