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() {
  • - +
  • ))}