File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
site/src/pages/_sections/UseCasesSection Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import styles from './styles.module.css';
22
33import Heading from '@theme/Heading' ;
44
5+ import Link from '@docusaurus/Link' ;
56import { ImageGeneration } from './components/image-generation' ;
67import { ImageProcessing } from './components/image-processing' ;
78import { SpeechRecognition } from './components/speech-recognition' ;
@@ -18,5 +19,9 @@ export const UseCasesSection = () => (
1819 < SpeechRecognition />
1920 < ImageProcessing />
2021 </ div >
22+ < div className = { styles . useCasesFooter } >
23+ < strong > Looking for more?</ strong > See all{ ' ' }
24+ < Link to = "docs/category/use-cases" > supported use cases</ Link > .
25+ </ div >
2126 </ section >
2227) ;
Original file line number Diff line number Diff line change 1313 flex-direction : column;
1414 gap : 2rem ;
1515}
16+
17+ .useCasesFooter {
18+ margin-top : 1.5rem ;
19+ font-size : 1rem ;
20+
21+ strong {
22+ font-weight : 600 ;
23+ }
24+ }
You can’t perform that action at this time.
0 commit comments