diff --git a/components/notifications/answer-modal.tsx b/components/notifications/answer-modal.tsx index 553b69f..8473e32 100644 --- a/components/notifications/answer-modal.tsx +++ b/components/notifications/answer-modal.tsx @@ -98,7 +98,7 @@ export function AnswerModal({ question, isDemo, onClose }: AnswerModalProps) { -
+
-
+
) : ( -
    +
      {questions.map((q) => { // story-questions: forYou wanneer assignee = ingelogd; idee-vragen // zijn altijd "voor jou" (idee is strikt user_id-only). diff --git a/components/notifications/push-toggle.tsx b/components/notifications/push-toggle.tsx index c4945a1..92a497a 100644 --- a/components/notifications/push-toggle.tsx +++ b/components/notifications/push-toggle.tsx @@ -103,15 +103,19 @@ export function PushToggle({ vapidPublicKey }: PushToggleProps) { if (status === 'unsubscribed') { return ( - +
      + +
      ) } return ( - +
      + +
      ) }