Fix title not working on Bookmarks page

pull/1217/head
Lim Chee Aun 2025-09-03 12:26:03 +08:00
rodzic 4462227139
commit 1cb0d7da52
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ const LIMIT = 20;
function Bookmarks() {
const { t } = useLingui();
useTitle(t`Bookmarks`, '/bookmarks');
useTitle(t`Bookmarks`, '/b');
const { masto, instance } = api();
const bookmarksIterator = useRef();
async function fetchBookmarks(firstLoad) {