|
|
|
@ -73,7 +73,7 @@ const workspaceTemplates: WorkspaceTemplate[] = [ |
|
|
|
|
}, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
function HomeTabGetStarted({plugin}: HomeTabGetStartedProps) { |
|
|
|
|
function HomeTabGetStarted({ plugin }: HomeTabGetStartedProps) { |
|
|
|
|
const platform = useContext(platformContext) |
|
|
|
|
const themeFilter = useContext(ThemeContext) |
|
|
|
|
const intl = useIntl() |
|
|
|
@ -146,7 +146,7 @@ function HomeTabGetStarted({plugin}: HomeTabGetStartedProps) { |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<div className="pl-2" id="hTGetStartedSection"> |
|
|
|
|
<label className="pt-3" style={{fontSize: '1.2rem'}}> |
|
|
|
|
<label className="pt-3" style={{ fontSize: '1.2rem' }}> |
|
|
|
|
<FormattedMessage id="home.projectTemplates" /> |
|
|
|
|
</label> |
|
|
|
|
<div ref={carouselRefDiv} className="w-100 d-flex flex-column"> |
|
|
|
|