improve spacing

This commit is contained in:
2023-11-11 16:12:50 +07:00
parent 1c3119577f
commit 5c48ebe103
11 changed files with 666 additions and 744 deletions

View File

@@ -51,7 +51,7 @@ export function TitleBar({
)}
</div>
<div className="col-span-1 flex justify-end">
{id !== '9999' ? (
{id !== '9999' && id !== '9998' ? (
<button
type="button"
onClick={() => removeWidget.mutate(id)}