diff --git a/front/style/home/titre.css b/front/style/home/titre.css index ccc7326..e4358ff 100644 --- a/front/style/home/titre.css +++ b/front/style/home/titre.css @@ -14,7 +14,6 @@ #header { text-align: center; -<<<<<<< HEAD:front/style/home.css background-color: green; margin : 0px; } @@ -85,10 +84,4 @@ td { td:hover { background-color: red; -======= -} - -#title { - background-color: aqua; ->>>>>>> 6d36115 (WIP page home):front/style/home/titre.css } \ No newline at end of file diff --git a/front/views/Settings.tsx b/front/views/Settings.tsx new file mode 100644 index 0000000..d5b2fa1 --- /dev/null +++ b/front/views/Settings.tsx @@ -0,0 +1,46 @@ +import "../style/home.css" + +export default function Settings({username} : {username : string}){ + return ( +
{username}
+