label change

pull/5370/head
lianahus 12 months ago committed by Aniket
parent d05dfd9887
commit 41cb6278e8
  1. 5
      libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx

@ -71,10 +71,7 @@ function HomeTabGetStarted({plugin}: HomeTabGetStartedProps) {
return ( return (
<div className="pl-2" id="hTGetStartedSection"> <div className="pl-2" id="hTGetStartedSection">
<label style={{fontSize: '1.2rem'}}> <label style={{fontSize: '1.2rem'}}>
<span className="mr-2"> <FormattedMessage id="home.projectTemplates" />
<FormattedMessage id="home.getStarted" />
</span>
- <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">
<ThemeContext.Provider value={themeFilter}> <ThemeContext.Provider value={themeFilter}>

Loading…
Cancel
Save