# fix
- Perubahan tampilan user ### No issue
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -208,7 +208,7 @@ function ButtonDelete({
|
||||
<Button
|
||||
loaderPosition="center"
|
||||
loading={loading ? true : false}
|
||||
color="red"
|
||||
color="orange"
|
||||
radius={"xl"}
|
||||
onClick={() => {
|
||||
onDelete();
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user