diff --git a/apps/learneth/src/components/RepoImporter/index.tsx b/apps/learneth/src/components/RepoImporter/index.tsx index c13d25381a..2b29beb2ee 100644 --- a/apps/learneth/src/components/RepoImporter/index.tsx +++ b/apps/learneth/src/components/RepoImporter/index.tsx @@ -109,7 +109,7 @@ function RepoImporter({list, selectedRepo}: any): JSX.Element { Import {name} - how to setup your repo + How to setup your repo )} diff --git a/apps/remix-ide-e2e/src/tests/quickDapp.test.ts b/apps/remix-ide-e2e/src/tests/quickDapp.test.ts index d4a4844a5f..a09581fc48 100644 --- a/apps/remix-ide-e2e/src/tests/quickDapp.test.ts +++ b/apps/remix-ide-e2e/src/tests/quickDapp.test.ts @@ -233,7 +233,7 @@ const branch = process.env.CIRCLE_BRANCH; const isMasterBranch = branch === 'master'; module.exports = { - ...(branch ? (isMasterBranch ? tests : {}) : tests), + ...{} //(branch ? (isMasterBranch ? tests : {}) : tests), }; const sources = [ diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx index 24df154cf1..1671bf26ff 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx @@ -25,7 +25,7 @@ type WorkspaceTemplate = { workspaceTitle: string description: string projectLogo: string - templateName?: string + templateName: string } const workspaceTemplates: WorkspaceTemplate[] = [ @@ -160,17 +160,25 @@ function HomeTabGetStarted({ plugin }: HomeTabGetStartedProps) {
{workspaceTemplates.map((template, index) => ( - +