Skip to content

Commit

Permalink
update tr language on dapp #272
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhvk committed Jul 27, 2020
1 parent 8e8bcaa commit 42d5ff6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/Dapp/Dapp.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react'
import styled from 'styled-components'
import { Link } from 'react-router-dom'
import { FormattedMessage } from 'react-intl'

import { TmColors, UtilityIcon } from '../../components/Common'

Expand All @@ -9,12 +10,12 @@ function Dapp() {
<Wrapper>
<LinkBtn to="/dapp/spot">
<UtilityIcon color="#fff" name="spot" />
<Title>Spot</Title>
<Title><FormattedMessage id="mainMenuPage.spot" /></Title>
</LinkBtn>
<Divider>Or</Divider>
<Divider><FormattedMessage id="dapp.or" /></Divider>
<LinkBtn to="/dapp/lending">
<UtilityIcon color="#fff" name="lending" />
<Title>Lending</Title>
<Title><FormattedMessage id="mainMenuPage.lending" /></Title>
</LinkBtn>
</Wrapper>
)
Expand Down

0 comments on commit 42d5ff6

Please sign in to comment.