1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-21 11:09:43 +01:00

fix item length bug;

This commit is contained in:
Kushagra Gour 2024-04-28 22:38:22 +05:30
parent 67fc7f93d9
commit fd7637854d

View File

@ -168,7 +168,7 @@ export default function SavedItemPane({
style="justify-content: space-between;"
>
<h3>
<Trans>My Library ({filteredItems.length})</Trans>
<Trans>My Library</Trans> ({filteredItems.length})
</h3>
<div>