mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 22:35:49 +00:00
Updated UseCases, routes, slice
This commit is contained in:
@@ -170,7 +170,9 @@ const NewUseCase = ({
|
||||
<Text
|
||||
pb={5}
|
||||
className="rubix-text-small"
|
||||
dangerouslySetInnerHTML={{ __html: matchingUseCase.content }}
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: matchingUseCase.content,
|
||||
}}
|
||||
/>
|
||||
</Box>
|
||||
|
||||
@@ -208,12 +210,12 @@ const NewUseCase = ({
|
||||
</Text> */}
|
||||
</Box>
|
||||
</Box>
|
||||
{matchingUseCase ? (
|
||||
{matchingUseCase.attachments.length >= 1 ? (
|
||||
<Text
|
||||
className="rubix-fw-500"
|
||||
fontSize="3xl"
|
||||
textColor={"#ffffff"}
|
||||
marginBottom={"3rem"}
|
||||
marginBottom={"1rem"}
|
||||
marginInline={"3rem"}
|
||||
sx={{
|
||||
"@media (max-width: 600px)": {
|
||||
@@ -232,7 +234,7 @@ const NewUseCase = ({
|
||||
marginBottom={"2rem"}
|
||||
display={"flex"}
|
||||
justifyContent={"start"}
|
||||
gap={"2rem"}
|
||||
gap={"3rem"}
|
||||
flexWrap={"wrap"}
|
||||
>
|
||||
{matchingUseCase.attachments.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user