fix: classes added to make link looks like link (#639)

Co-authored-by: Rado <rado@vegaprotocol.io>
This commit is contained in:
Radosław Szpiech 2022-06-24 16:26:16 +02:00 committed by GitHub
parent f010bdaceb
commit ec2642e8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,11 @@ const Home = ({ name }: RouteChildProps) => {
i18nKey="Tokens are held in different <trancheLink>Tranches</trancheLink>. Each tranche has its own schedule for how the tokens are unlocked."
components={{
trancheLink: (
<Link data-testid="tranches-link" to={Routes.TRANCHES} />
<Link
data-testid="tranches-link"
to={Routes.TRANCHES}
className="underline text-white"
/>
),
}}
/>