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

@ -79,8 +79,8 @@ const Calendar = () => {
</p>
</div>
</div>
<Footer />
</section>
<Footer />
</div>
);
};

View File

@ -233,8 +233,8 @@ const Candidate = () => {
)}
</div>
</div>
<Footer />
</div>
<Footer />
</div>
);
};

View File

@ -92,8 +92,8 @@ export const FreeDevelopers = () => {
</BaseButton>
</div>
</div>
<Footer />
</div>
<Footer />
</section>
);
};