Skip to content

Commit 3bda60f

Browse files
ragxorusgd-uttLysakolie
committed
FIX: Page title should be updated when the user goes back to the bookshelf (fixes #174).
Co-authored-by: DOSNE Gabriel <gabriel.dosne@utt.fr> Co-authored-by: VIALA Morgane <morgane.viala@utt.fr>
1 parent d27fa5d commit 3bda60f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/src/routes/Bookshelf.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ function Bookshelf({ backend, user }) {
1616

1717
const displayModesList = ['graph', 'list'];
1818

19+
document.title = 'Hyperglosae';
20+
1921
useEffect(() => {
2022
backend.getAllDocuments(user)
2123
.then(setDocuments);

0 commit comments

Comments
 (0)