fix: modification visuel du frontend au niveau du formulaire de contact pour qu'il s'armonise avec le css global.
fix : update du backend avec ajout de la suppression d'un projet.
This commit is contained in:
parent
ef1ba911d9
commit
542e00482b
9 changed files with 68 additions and 15 deletions
|
|
@ -9,6 +9,7 @@ import "./css/links.css";
|
|||
|
||||
import type { ReactNode } from "react";
|
||||
import Header from "./components/Header";
|
||||
import Footer from "./components/Footer";
|
||||
|
||||
export default function RootLayout({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
|
|
@ -17,9 +18,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
|||
<Header />
|
||||
<main>{children}</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 - Toine</p>
|
||||
</footer>
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue