We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2b70f commit 50a1f5aCopy full SHA for 50a1f5a
src/pages/concepts/reference/glossary.js
@@ -1,5 +1,6 @@
1
import React, {useState, useMemo} from "react";
2
import Layout from "@theme/Layout";
3
+import BackToTopButton from "@theme/BackToTopButton";
4
5
import {glossaryEntries} from "../../../../static/data/glossaryEntries";
6
import GlossaryCard from "../../../components/GlossaryCard";
@@ -127,6 +128,7 @@ function Glossary() {
127
128
</div>
129
)}
130
131
+ <BackToTopButton />
132
</main>
133
</Layout>
134
);
0 commit comments