start footer rework

This commit is contained in:
Victor Batischev
2024-02-14 16:22:15 +03:00
parent ef6d8f4331
commit 12dd238c13
12 changed files with 24 additions and 18 deletions

View File

@ -90,12 +90,10 @@ export const Blog = () => {
);
})}
</div>
<div className="blog__load-more">
<button>Загрузить еще</button>
</div>
</div>
<Footer />
</div>
);