Replace name with title, and make card height adjustable

Signed-off-by: Frida Jacobsson <fridahelenajacobsson@gmail.com>
This commit is contained in:
Frida Jacobsson
2022-11-27 16:40:39 +01:00
parent 50b941cf6b
commit 9b1891061c
24 changed files with 133 additions and 60 deletions
+3 -3
View File
@@ -80,13 +80,13 @@ export const homePage = (
+ </Grid>
+ <Grid item xs={12} >
+ <BazaarOverviewCard order='random' fullWidth />
+ <BazaarOverviewCard order='random' fullWidth fullHeight />
+ </Grid>
{/* ...other homepage items */}
```
The property `fullWidth` is optional and can be used to adjust the card to fit a grid with column width 12.
The properties `fullHeight` and `fullWidth` are optional and can be used to adjust the cards styling.
## How does the Bazaar work?
@@ -106,7 +106,7 @@ To add a project to the bazaar, simply click on the `add-project` button and fil
The following fields are mandatory:
- name - name of the project on URL safe format
- title - title of the project
- description - present your idea and what skills you are looking for
- status - whether or not the project has started
- size - small, medium or large