From 88c8c1588dc6dcde6d882314d3b333159e608b94 Mon Sep 17 00:00:00 2001 From: Zhang Ziqing Date: Wed, 2 Nov 2022 03:58:16 +0800 Subject: [PATCH] [offers][style] style profile offer card --- apps/portal/src/components/offers/profile/OfferCard.tsx | 2 +- apps/portal/src/pages/offers/dashboard.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/portal/src/components/offers/profile/OfferCard.tsx b/apps/portal/src/components/offers/profile/OfferCard.tsx index 6d02f134..5e5df4c4 100644 --- a/apps/portal/src/components/offers/profile/OfferCard.tsx +++ b/apps/portal/src/components/offers/profile/OfferCard.tsx @@ -128,7 +128,7 @@ export default function OfferCard({ ); } return ( -
+
diff --git a/apps/portal/src/pages/offers/dashboard.tsx b/apps/portal/src/pages/offers/dashboard.tsx index 494748c7..d68a39a2 100644 --- a/apps/portal/src/pages/offers/dashboard.tsx +++ b/apps/portal/src/pages/offers/dashboard.tsx @@ -3,7 +3,7 @@ import { signIn, useSession } from 'next-auth/react'; import { useState } from 'react'; import { Button, Spinner } from '@tih/ui'; -import DashboardOfferCard from '~/components/offers/dashboard/DashboardProfileCard'; +import DashboardProfileCard from '~/components/offers/dashboard/DashboardProfileCard'; import { trpc } from '~/utils/trpc'; @@ -69,7 +69,7 @@ export default function ProfilesDashboard() {
)} {!userProfilesQuery.isLoading && ( -
+

Your dashboard

@@ -83,7 +83,7 @@ export default function ProfilesDashboard() {
  • - +
  • ))}