We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd1dda + ed2ad96 commit ab687baCopy full SHA for ab687ba
1 file changed
pages/recruit.tsx
@@ -11,6 +11,7 @@ import Yapp from 'constants/yapp';
11
import { RECRUIT_ENQUIRY } from 'database/recruit';
12
import { ReactElement } from 'react';
13
import styled from 'styled-components';
14
+import { RecruitStatus } from '../constants/status';
15
16
function RecruitPage(): ReactElement {
17
const { title, description, caution } = RECRUIT_ENQUIRY;
@@ -23,6 +24,7 @@ function RecruitPage(): ReactElement {
23
24
<SessionOverview />
25
<FrequentlyAskedQuestions />
26
<JoinSection
27
+ status={RecruitStatus.ACTIVE}
28
title={title}
29
subTitle={description}
30
caution={caution}
0 commit comments