Skip to content

Commit 50a1f5a

Browse files
committed
Feature: Added "Back To Top Button" in Glossary Page
1 parent 1a2b70f commit 50a1f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/concepts/reference/glossary.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React, {useState, useMemo} from "react";
22
import Layout from "@theme/Layout";
3+
import BackToTopButton from "@theme/BackToTopButton";
34

45
import {glossaryEntries} from "../../../../static/data/glossaryEntries";
56
import GlossaryCard from "../../../components/GlossaryCard";
@@ -127,6 +128,7 @@ function Glossary() {
127128
</div>
128129
)}
129130
</div>
131+
<BackToTopButton />
130132
</main>
131133
</Layout>
132134
);

0 commit comments

Comments
 (0)