Skip to content

Commit b639435

Browse files
Aniket-Enggyann300
authored andcommitted
update link to medium blog
1 parent d94d702 commit b639435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function HomeTabFeatured() {
4141
dotListClass="position-relative mt-2"
4242
>
4343
<div className="mx-1 px-1 d-flex">
44-
<a href="https://github.com/ethereum/remix-project/releases/tag/v0.37.0" target="__blank">
44+
<a href="https://medium.com/remix-ide/remix-release-v0-37-0-dbc750f7ab15" target="__blank">
4545
<img src={'assets/img/bgRemi_small.webp'} style={{flex: '1', height: '170px', maxWidth: '170px'}} alt=""></img>
4646
</a>
4747
<div className="h6 w-50 p-2 pl-4 align-self-center" style={{flex: '1'}}>
@@ -60,7 +60,7 @@ function HomeTabFeatured() {
6060
className="remixui_home_text btn-sm btn-secondary mt-2 text-decoration-none mb-3"
6161
onClick={() => _paq.push(['trackEvent', 'hometab', 'featuredSection', 'seeFullChangelog'])}
6262
target="__blank"
63-
href="https://github.com/ethereum/remix-project/releases/tag/v0.37.0"
63+
href="https://medium.com/remix-ide/remix-release-v0-37-0-dbc750f7ab15"
6464
>
6565
<FormattedMessage id="homeReleaseDetails.more" />
6666
</a>

0 commit comments

Comments
 (0)