Spaces:
Running
Running
add 5 like rule to how to submit page
Browse files
client/src/pages/HowToSubmitPage/HowToSubmitPage.jsx
CHANGED
|
@@ -555,6 +555,34 @@ const HowToSubmitPage = () => {
|
|
| 555 |
</ul>
|
| 556 |
</Box>
|
| 557 |
</Stack>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 558 |
</Stack>
|
| 559 |
|
| 560 |
<Box sx={{ flex: 1 }}>
|
|
|
|
| 555 |
</ul>
|
| 556 |
</Box>
|
| 557 |
</Stack>
|
| 558 |
+
|
| 559 |
+
<Stack spacing={3}>
|
| 560 |
+
<Stack direction="row" spacing={2} alignItems="center">
|
| 561 |
+
<StepNumber number={3} />
|
| 562 |
+
<Typography
|
| 563 |
+
variant="subtitle1"
|
| 564 |
+
sx={{
|
| 565 |
+
fontWeight: 600,
|
| 566 |
+
color: "text.primary",
|
| 567 |
+
letterSpacing: "-0.01em",
|
| 568 |
+
}}
|
| 569 |
+
>
|
| 570 |
+
Get enough likes
|
| 571 |
+
</Typography>
|
| 572 |
+
</Stack>
|
| 573 |
+
<Box sx={{ pl: 7 }}>
|
| 574 |
+
<Typography
|
| 575 |
+
variant="body2"
|
| 576 |
+
color="text.secondary"
|
| 577 |
+
sx={{ mb: { xs: 0, md: 0, lg: 3 } }}
|
| 578 |
+
>
|
| 579 |
+
To avoid indexing spaces{" "}
|
| 580 |
+
<strong>which are not relevant to the community</strong> (for
|
| 581 |
+
example, duplicates of pre-existing work), we require your
|
| 582 |
+
space to collect <strong>at least 5 likes</strong>!
|
| 583 |
+
</Typography>
|
| 584 |
+
</Box>
|
| 585 |
+
</Stack>
|
| 586 |
</Stack>
|
| 587 |
|
| 588 |
<Box sx={{ flex: 1 }}>
|