We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d161b61 commit 4410142Copy full SHA for 4410142
libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx
@@ -71,10 +71,7 @@ function HomeTabGetStarted({plugin}: HomeTabGetStartedProps) {
71
return (
72
<div className="pl-2" id="hTGetStartedSection">
73
<label style={{fontSize: '1.2rem'}}>
74
- <span className="mr-2">
75
- <FormattedMessage id="home.getStarted" />
76
- </span>
77
- - <FormattedMessage id="home.projectTemplates" />
+ <FormattedMessage id="home.projectTemplates" />
78
</label>
79
<div ref={carouselRefDiv} className="w-100 d-flex flex-column">
80
<ThemeContext.Provider value={themeFilter}>
0 commit comments