diff --git a/apps/remix-ide/src/app/ui/landing-page/landing-page.js b/apps/remix-ide/src/app/ui/landing-page/landing-page.js
index 52ac637f43..81444c5c1e 100644
--- a/apps/remix-ide/src/app/ui/landing-page/landing-page.js
+++ b/apps/remix-ide/src/app/ui/landing-page/landing-page.js
@@ -31,8 +31,7 @@ export class LandingPage extends ViewPlugin {
render () {
return
-
-
- }
-
+
+
+ }
}
diff --git a/libs/remix-ui/home-tab/src/lib/components/customButtonGroupAsArrows.tsx b/libs/remix-ui/home-tab/src/lib/components/customButtonGroupAsArrows.tsx
index 09d624b6e0..d265e5781d 100644
--- a/libs/remix-ui/home-tab/src/lib/components/customButtonGroupAsArrows.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/customButtonGroupAsArrows.tsx
@@ -1,20 +1,14 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
-import React, { useEffect, useState, useRef } from 'react'
+import React from 'react'
-interface CustomButtonGroupAsArrowsProps {}
-
function CustomButtonGroupAsArrows ({ next, previous }) {
- return (
-
-
These buttons can be positioned anywhere you want on the screen
- Prev
- Next
-
- )
+ return (
+
+
These buttons can be positioned anywhere you want on the screen
+ Prev
+ Next
+
+ )
}
export default CustomButtonGroupAsArrows
\ No newline at end of file
diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
index 8c2d7509f9..3635d1cda8 100644
--- a/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
@@ -136,9 +136,9 @@ function HomeTabFile ({plugin}: HomeTabFileProps) {
-
+
Files
-
createNewFile()}>New File
+
createNewFile()}>New File
Open File
{
event.stopPropagation()
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 b64b70b11a..32e2a26d35 100644
--- a/libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx
@@ -31,7 +31,12 @@ function HomeTabGetStarted ({plugin}: HomeTabGetStartedProps) {
return (
-
Get Started- Project Templates
+
+
+ Get Started
+
+ - Project Templates
+
Remix Basics
{(state.visibleTutorial === VisibleTutorial.Basics) &&
Introduction to Remix's interface and concepts used in Ethereum, as well as the basics of Solidity.
- startLearnEthTutorial('basics')}>Get Started
+ startLearnEthTutorial('basics')}>Get Started
}
setState((prevState) => {return { ...prevState, visibleTutorial: VisibleTutorial.Intermediate }})}>
Remix Intermediate
{(state.visibleTutorial === VisibleTutorial.Intermediate) && Using the web3.js to interact with a contract. Using Recorder tool.
- startLearnEthTutorial('useofweb3js')}>Get Started
+ startLearnEthTutorial('useofweb3js')}>Get Started
}
setState((prevState) => {return { ...prevState, visibleTutorial: VisibleTutorial.Advanced }})}>
Remix Advanced
{(state.visibleTutorial === VisibleTutorial.Advanced) && Learn the Proxy Pattern and working with Libraries in Remix. Learn to use the Debugger.
- startLearnEthTutorial('deploylibraries')}>Get Started
+ startLearnEthTutorial('deploylibraries')}>Get Started
}
diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabScamAlert.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabScamAlert.tsx
index 9cbe71bf7b..18b01a1721 100644
--- a/libs/remix-ui/home-tab/src/lib/components/homeTabScamAlert.tsx
+++ b/libs/remix-ui/home-tab/src/lib/components/homeTabScamAlert.tsx
@@ -5,7 +5,7 @@ function HomeTabScamAlert () {
return (
Scam Alert
-
+
Scam Alerts:
diff --git a/libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx b/libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx
index 3e37a98716..6a19f28324 100644
--- a/libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx
+++ b/libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx
@@ -69,17 +69,15 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
}
}, [])
-
-
return (
-
+
-
+
diff --git a/libs/remix-ui/tabs/src/lib/remix-ui-tabs.css b/libs/remix-ui/tabs/src/lib/remix-ui-tabs.css
index 7df5e07993..6fd84e1a27 100644
--- a/libs/remix-ui/tabs/src/lib/remix-ui-tabs.css
+++ b/libs/remix-ui/tabs/src/lib/remix-ui-tabs.css
@@ -33,6 +33,7 @@
.iconImage {
width: 1rem;
height: 1rem;
+ align-self: start;
}
.active {
border: 1px solid transparent;