File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ import PageMetadata from "../components/PageMetadata"
40
40
import ProductList from "../components/ProductList"
41
41
import PageHero from "../components/PageHero"
42
42
import FeedbackCard from "../components/FeedbackCard"
43
+ import GlossaryTooltip from "../components/Glossary/GlossaryTooltip"
43
44
44
45
import { getImage, getSrc } from "../utils/image"
45
46
import { trackCustomEvent } from "../utils/matomo"
@@ -1263,9 +1264,9 @@ const DappsPage = ({
1263
1264
</StyledH2>
1264
1265
<Text>
1265
1266
<Translation id="page-dapps-get-started-subtitle" />{" "}
1266
- <InlineLink to="/glossary/# transaction-fee">
1267
+ <GlossaryTooltip termKey=" transaction-fee">
1267
1268
<Translation id="transaction-fees" />
1268
- </InlineLink >
1269
+ </GlossaryTooltip >
1269
1270
</Text>
1270
1271
<Row>
1271
1272
<StepBoxContainer>
You can’t perform that action at this time.
0 commit comments