Invesment
Add - _master/status-transaction.ts - investment/[id]/(transaction-flow)/success.tsx - investment/[id]/(transaction-flow)/failed.tsx Fix: - lib/dummy-data/_master/status.tsx Component: - components/Badge/BadgeCustom.tsx: Penambahan custom color ## No Issue
This commit is contained in:
8
lib/dummy-data/_master/status-transaction.ts
Normal file
8
lib/dummy-data/_master/status-transaction.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { AccentColor, MainColor } from "@/constants/color-palet";
|
||||
|
||||
export const dummyMasterStatusTransaction = [
|
||||
{ value: "berhasil", label: "Berhasil", color: MainColor.green },
|
||||
{ value: "proses", label: "Proses", color: AccentColor.skyblue },
|
||||
{ value: "menunggu", label: "Menunggu", color: MainColor.yellow },
|
||||
{ value: "gagal", label: "Gagal", color: MainColor.red },
|
||||
];
|
||||
@@ -1,4 +1,4 @@
|
||||
export const masterStatus = [
|
||||
export const dummyMasterStatus = [
|
||||
{ value: "publish", label: "Publish" },
|
||||
{ value: "review", label: "Review" },
|
||||
{ value: "draft", label: "Draft" },
|
||||
|
||||
Reference in New Issue
Block a user