File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libs/remix-ui/home-tab/src/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
31
31
const { plugin } = props
32
32
33
33
const [ state , setState ] = useState < {
34
- themeQuality : { filter : string ; name : string }
34
+ themeQuality : { filter : string ; name : string }
35
35
} > ( {
36
36
themeQuality : themes . light
37
37
} )
@@ -85,8 +85,8 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
85
85
< div className = "container-fluid" >
86
86
< div className = "row" >
87
87
< div className = "d-flex w-100 m-3 justify-content-end" >
88
- < button className = "btn btn-secondary btn-md mr-3" onClick = { startLearnEth } > < i className = "fa-solid fa-book mr-1" > </ i > < FormattedMessage id = "home.startLearning" /> </ button >
89
- < button className = "btn btn-primary btn-md mr-2" onClick = { openTemplateSelection } > < i className = "fa-solid fa-plus mr-1" > </ i > < FormattedMessage id = "home.createNewWorkspace" /> </ button >
88
+ < button className = "btn btn-secondary btn-md mr-3" onClick = { startLearnEth } > < i className = "fa-solid fa-book mr-1" > </ i > < FormattedMessage id = "home.startLearning" /> </ button >
89
+ < button data-id = "landingPageImportFromTemplate" className = "btn btn-primary btn-md mr-2" onClick = { openTemplateSelection } > < i className = "fa-solid fa-plus mr-1" > </ i > < FormattedMessage id = "home.createNewWorkspace" /> </ button >
90
90
</ div >
91
91
< div className = "col-lg-8 col-xl-5 col-sm-12 mb-4" >
92
92
< HomeTabTitle />
You can’t perform that action at this time.
0 commit comments