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) => (
+
+