dev
This commit is contained in:
@@ -267,7 +267,7 @@ export default function AdminPanel() {
|
||||
/>
|
||||
<PenaltyDropdown
|
||||
btnClassName="btn-error"
|
||||
btnTip="Ban"
|
||||
btnTip="Kick + Berechtigungen entfernen"
|
||||
showDatePicker
|
||||
Icon={<LockKeyhole size={15} />}
|
||||
onClick={({ reason, until }) =>
|
||||
@@ -320,7 +320,7 @@ export default function AdminPanel() {
|
||||
/>
|
||||
<PenaltyDropdown
|
||||
btnClassName="btn-error"
|
||||
btnTip="Ban"
|
||||
btnTip="Kick + Berechtigungen entfernen"
|
||||
showDatePicker
|
||||
Icon={<LockKeyhole size={15} />}
|
||||
onClick={({ reason, until }) =>
|
||||
@@ -374,7 +374,7 @@ export default function AdminPanel() {
|
||||
</button>
|
||||
<button
|
||||
className="btn btn-xs btn-square btn-error btn-soft tooltip tooltip-bottom tooltip-error"
|
||||
data-tip="Ban"
|
||||
data-tip="Kick + Berechtigungen entfernen"
|
||||
>
|
||||
<LockKeyhole size={15} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user