- Perubahan tampilan user
### No issue
This commit is contained in:
2024-03-27 10:45:43 +08:00
parent 8af6c6265f
commit d767307291
7 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

View File

@@ -294,13 +294,13 @@ function ButtonStatus({
<Button
loaderPosition="center"
loading={loading ? true : false}
color="red"
color="orange"
radius={"xl"}
onClick={() => {
onTutupForum();
}}
>
Hapus
Tutup
</Button>
) : (
<Button

View File

@@ -208,7 +208,7 @@ function ButtonDelete({
<Button
loaderPosition="center"
loading={loading ? true : false}
color="red"
color="orange"
radius={"xl"}
onClick={() => {
onDelete();

View File

@@ -292,13 +292,13 @@ function ButtonStatus({
<Button
loaderPosition="center"
loading={loading ? true : false}
color="red"
color="orange"
radius={"xl"}
onClick={() => {
onTutupForum();
}}
>
Hapus
Tutup
</Button>
) : (
<Button