@@ -59,7 +59,7 @@ const ProductList = ({ size = 99999 }) => {
//filter
const [tags, setTags] = useState('all');
const [collection, setCollection] = useState('all');
- const [sort, setSort] = useState('title')
+ const [sort, setSort] = useState('new')
useEffect(() => {