fix linting

pull/4774/head
Joseph Izang 7 months ago
parent 9c864fb2dd
commit f078e4d92b
  1. 4
      libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx

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

Loading…
Cancel
Save