this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix title not working on Bookmarks page

+1 -1
+1 -1
src/pages/bookmarks.jsx
··· 9 9 10 10 function Bookmarks() { 11 11 const { t } = useLingui(); 12 - useTitle(t`Bookmarks`, '/bookmarks'); 12 + useTitle(t`Bookmarks`, '/b'); 13 13 const { masto, instance } = api(); 14 14 const bookmarksIterator = useRef(); 15 15 async function fetchBookmarks(firstLoad) {