diff --git a/plugin/public/dark-nethermind-logo.svg b/plugin/public/dark-nethermind-logo.svg new file mode 100644 index 00000000..405ba946 --- /dev/null +++ b/plugin/public/dark-nethermind-logo.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugin/public/light-nethermind-logo.svg b/plugin/public/light-nethermind-logo.svg new file mode 100644 index 00000000..a3e5f172 --- /dev/null +++ b/plugin/public/light-nethermind-logo.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugin/src/App.css b/plugin/src/App.css index 91dd7771..cdbaa760 100644 --- a/plugin/src/App.css +++ b/plugin/src/App.css @@ -1,9 +1,12 @@ +body { + font: 1rem; +} .shell { - display: flex; - flex-direction: column; - height: 100vh; + display: flex; + flex-direction: column; + height: 100vh; } .solidity-version-legend { - margin: 0 24px; + margin: 0 24px; } diff --git a/plugin/src/components/BackgroundNotices/index.tsx b/plugin/src/components/BackgroundNotices/index.tsx index 2e224bcf..c1f452bd 100644 --- a/plugin/src/components/BackgroundNotices/index.tsx +++ b/plugin/src/components/BackgroundNotices/index.tsx @@ -1,18 +1,13 @@ import React from 'react' import './backgroundNotices.css' +import { PLUGIN_INFO_CONTENT_ARRAY } from '@/utils/constants' -const Notices = [ - 'The zkSync Remix Plugin is in Alpha', - 'Solidity contracts are compiled on a server hosted by Nethermind' -] - -const BackgroundNotices: React.FC = () => { +const BackgroundNotices = () => { return (
-

Notices

{