1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-27 14:59:37 +02:00

Added option to reorder bookmarks

This commit is contained in:
Paweł Malak 2021-11-25 16:54:27 +01:00
parent a02814aa02
commit ec5f50aba4
5 changed files with 35 additions and 10 deletions

View file

@ -151,6 +151,7 @@ export const Home = (): JSX.Element => {
}
totalCategories={categories.length}
searching={!!localSearch}
fromHomepage={true}
/>
)}
</Fragment>