|
|
@ -100,15 +100,6 @@ const App = () => { |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<main id="vyper-plugin"> |
|
|
|
<main id="vyper-plugin"> |
|
|
|
<header> |
|
|
|
|
|
|
|
<div className="title"> |
|
|
|
|
|
|
|
<img src={'assets/vyperLogo_v2.webp'} alt="Vyper logo" /> |
|
|
|
|
|
|
|
<h4 className="pl-1">yper Compiler</h4> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<a rel="noopener noreferrer" href="https://github.com/ethereum/remix-project/tree/master/apps/vyper" target="_blank"> |
|
|
|
|
|
|
|
<i className="fab fa-github"></i> |
|
|
|
|
|
|
|
</a> |
|
|
|
|
|
|
|
</header> |
|
|
|
|
|
|
|
<section> |
|
|
|
<section> |
|
|
|
<div className="px-3 pt-3 mb-3 w-100"> |
|
|
|
<div className="px-3 pt-3 mb-3 w-100"> |
|
|
|
<CustomTooltip placement="bottom" tooltipText="Clone Vyper examples. Switch to the File Explorer to see the examples."> |
|
|
|
<CustomTooltip placement="bottom" tooltipText="Clone Vyper examples. Switch to the File Explorer to see the examples."> |
|
|
|