# fix
- Perubahan tampilan user ### No issue
This commit is contained in:
BIN
public/donasi/image/58ac41fd-8f34-460c-83e2-3c12fba9f659.jpeg
Normal file
BIN
public/donasi/image/58ac41fd-8f34-460c-83e2-3c12fba9f659.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 136 KiB |
BIN
public/file/3e554564-51d3-436e-b763-a06c9b1653fa.pdf
Normal file
BIN
public/file/3e554564-51d3-436e-b763-a06c9b1653fa.pdf
Normal file
Binary file not shown.
BIN
public/investasi/dd6a6ed4-ca5c-46b5-b12e-c314420077ae.jpeg
Normal file
BIN
public/investasi/dd6a6ed4-ca5c-46b5-b12e-c314420077ae.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
@@ -294,13 +294,13 @@ function ButtonStatus({
|
|||||||
<Button
|
<Button
|
||||||
loaderPosition="center"
|
loaderPosition="center"
|
||||||
loading={loading ? true : false}
|
loading={loading ? true : false}
|
||||||
color="red"
|
color="orange"
|
||||||
radius={"xl"}
|
radius={"xl"}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
onTutupForum();
|
onTutupForum();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Hapus
|
Tutup
|
||||||
</Button>
|
</Button>
|
||||||
) : (
|
) : (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ function ButtonDelete({
|
|||||||
<Button
|
<Button
|
||||||
loaderPosition="center"
|
loaderPosition="center"
|
||||||
loading={loading ? true : false}
|
loading={loading ? true : false}
|
||||||
color="red"
|
color="orange"
|
||||||
radius={"xl"}
|
radius={"xl"}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
onDelete();
|
onDelete();
|
||||||
|
|||||||
@@ -292,13 +292,13 @@ function ButtonStatus({
|
|||||||
<Button
|
<Button
|
||||||
loaderPosition="center"
|
loaderPosition="center"
|
||||||
loading={loading ? true : false}
|
loading={loading ? true : false}
|
||||||
color="red"
|
color="orange"
|
||||||
radius={"xl"}
|
radius={"xl"}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
onTutupForum();
|
onTutupForum();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Hapus
|
Tutup
|
||||||
</Button>
|
</Button>
|
||||||
) : (
|
) : (
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user