diff --git a/apps/backoffice/public/lanyard-id-card.png b/apps/backoffice/public/lanyard-id-card.png new file mode 100644 index 0000000..082efc7 Binary files /dev/null and b/apps/backoffice/public/lanyard-id-card.png differ diff --git a/apps/backoffice/src/app/dashboard/page.tsx b/apps/backoffice/src/app/dashboard/page.tsx index 67cb9c4..16b771e 100644 --- a/apps/backoffice/src/app/dashboard/page.tsx +++ b/apps/backoffice/src/app/dashboard/page.tsx @@ -1,4 +1,4 @@ -import { ArrowDownOutlined } from '@ant-design/icons'; +import { ArrowDownOutlined, PlusOutlined } from '@ant-design/icons'; import { Button } from '@imphnen-frontend-service/ui/atoms'; import { FC, ReactElement } from 'react'; @@ -22,9 +22,9 @@ export const Components: FC = (): ReactElement => { {[1, 2, 3, 4].map((item) => (
-
+
@@ -39,59 +39,58 @@ export const Components: FC = (): ReactElement => { {/* Gacha Items Section */} -
+

Gacha Items

- - + +
{/* Gacha Items List */} -
- {[1, 2, 3, 4].map((item) => ( +
+ {[1, 2, 3, 4, 5, 6].map((item) => (
-
- Lanyard IMPHNEN +
-

Lanyard IMPHNEN

-
+

+ Lanyard IMPHNEN +

+
Prize {item} - - Chance Rate: (1%) + Chance Rate: (0.1%)
+
+ + +
-
- - + +
+ Lanyard IMPHNEN
))} @@ -100,7 +99,11 @@ export const Components: FC = (): ReactElement => {
{/* Right-side illustration */} - +
);