Bazaar ProjectPreview style override via HomePage

Signed-off-by: Simon Chapman <sdcpublic@outlook.com>
This commit is contained in:
Simon Chapman
2023-03-22 16:43:10 +00:00
parent 36d4fb4acc
commit 96b868cd1c
3 changed files with 16 additions and 4 deletions
+2
View File
@@ -39,6 +39,8 @@ const routes = (
```
`BazaarPage` can be given the optional properties `fullHeight` and `fullWidth` which are used to adjust the cards styling to fit more or less on the page as required (both default to `true`).
Add a **Bazaar icon** to the Sidebar to easily access the Bazaar. In `packages/app/src/components/Root.tsx` add:
```diff