Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamsek-m committed Feb 22, 2022
1 parent fb381e3 commit 3df6f6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ export default class IndexPage extends Component {
{t("header.tiles.buttons.play-video")}
<FontAwesomeIcon icon={faCaretRight}/>
</button>
<span onClick={() => push("/digital-platform")}
style={this.state.lang !== "en" ? {display: "none"} : {}}>
{t("header.tiles.buttons.learn-more")}
<span onClick={() => push("/digital-platform")}>
{t("header.tiles.buttons.learn-more")}
<img src={arrow}/>
</span>
</div>
Expand Down

0 comments on commit 3df6f6a

Please sign in to comment.