update link to medium blog

pull/4269/head
aniket-engg 12 months ago committed by yann300
parent d94d70272b
commit b639435cf3
  1. 4
      libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

@ -41,7 +41,7 @@ function HomeTabFeatured() {
dotListClass="position-relative mt-2"
>
<div className="mx-1 px-1 d-flex">
<a href="https://github.com/ethereum/remix-project/releases/tag/v0.37.0" target="__blank">
<a href="https://medium.com/remix-ide/remix-release-v0-37-0-dbc750f7ab15" target="__blank">
<img src={'assets/img/bgRemi_small.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
</a>
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}>
@ -60,7 +60,7 @@ function HomeTabFeatured() {
className="remixui_home_text btn-sm btn-secondary mt-2 text-decoration-none mb-3"
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'seeFullChangelog'])}
target="__blank"
href="https://github.com/ethereum/remix-project/releases/tag/v0.37.0"
href="https://medium.com/remix-ide/remix-release-v0-37-0-dbc750f7ab15"
>
<FormattedMessage id="homeReleaseDetails.more" />
</a>

Loading…
Cancel
Save