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"
4040import ProductList from "../components/ProductList"
4141import PageHero from "../components/PageHero"
4242import FeedbackCard from "../components/FeedbackCard"
43+ import GlossaryTooltip from "../components/Glossary/GlossaryTooltip"
4344
4445import { getImage , getSrc } from "../utils/image"
4546import { 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 >
You can’t perform that action at this time.
0 commit comments