Skip to content

Commit 4984e24

Browse files
committed
use glossary tooltip in dapps
1 parent a44039c commit 4984e24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages-conditional/dapps.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import PageMetadata from "../components/PageMetadata"
4040
import ProductList from "../components/ProductList"
4141
import PageHero from "../components/PageHero"
4242
import FeedbackCard from "../components/FeedbackCard"
43+
import GlossaryTooltip from "../components/Glossary/GlossaryTooltip"
4344

4445
import { getImage, getSrc } from "../utils/image"
4546
import { trackCustomEvent } from "../utils/matomo"
@@ -1263,9 +1264,9 @@ const DappsPage = ({
12631264
</StyledH2>
12641265
<Text>
12651266
<Translation id="page-dapps-get-started-subtitle" />{" "}
1266-
<InlineLink to="/glossary/#transaction-fee">
1267+
<GlossaryTooltip termKey="transaction-fee">
12671268
<Translation id="transaction-fees" />
1268-
</InlineLink>
1269+
</GlossaryTooltip>
12691270
</Text>
12701271
<Row>
12711272
<StepBoxContainer>

0 commit comments

Comments
 (0)