diff --git a/frontend/src/components/login-form.tsx b/frontend/src/components/login-form.tsx index d0ff7f0..e719e5d 100644 --- a/frontend/src/components/login-form.tsx +++ b/frontend/src/components/login-form.tsx @@ -99,7 +99,7 @@ export function LoginForm({
Vous n'avez pas de compte ?{" "} - + S'inscrire
diff --git a/frontend/src/components/register-form.tsx b/frontend/src/components/register-form.tsx index 20d4cb5..6bcd9d0 100644 --- a/frontend/src/components/register-form.tsx +++ b/frontend/src/components/register-form.tsx @@ -113,7 +113,7 @@ export function RegisterForm({
Don't have an account?{" "} - + Se connecter
diff --git a/frontend/src/pages/Auth/Register.tsx b/frontend/src/pages/Auth/Register.tsx index fc22f9b..512ea5a 100644 --- a/frontend/src/pages/Auth/Register.tsx +++ b/frontend/src/pages/Auth/Register.tsx @@ -1,10 +1,11 @@ import { GalleryVerticalEnd } from "lucide-react" import { RegisterForm } from "@/components/register-form" +import PastaVongole from "@/assets/pasta-alla-vongole-home.jpeg" export default function Register() { return (
-
+
@@ -21,7 +22,7 @@ export default function Register() {
Image diff --git a/frontend/src/pages/Recipes/RecipeDetail.tsx b/frontend/src/pages/Recipes/RecipeDetail.tsx index 70f1e52..54bd5d4 100644 --- a/frontend/src/pages/Recipes/RecipeDetail.tsx +++ b/frontend/src/pages/Recipes/RecipeDetail.tsx @@ -416,7 +416,7 @@ export default function RecipeDetail() {
{/* Admin Actions */} -
+ {/*
-
+
*/} diff --git a/frontend/src/pages/Recipes/RecipeList.tsx b/frontend/src/pages/Recipes/RecipeList.tsx index 68c1679..01a8993 100644 --- a/frontend/src/pages/Recipes/RecipeList.tsx +++ b/frontend/src/pages/Recipes/RecipeList.tsx @@ -6,11 +6,9 @@ import { useState, useEffect } from "react" import { useNavigate } from "react-router-dom" import { recipeService, type Recipe } from "@/api/recipe" import { Button } from "@/components/ui/button" -import { Input } from "@/components/ui/input" -import { Search, Plus, Clock, Utensils, Heart, Share2, ArrowUpRight } from "lucide-react" +import { Plus, Clock, Utensils, Heart, Share2, ArrowUpRight } from "lucide-react" import { motion } from "framer-motion" import { CookingLoader } from "@/components/illustrations/CookingLoader" -import { KitchenIllustration } from "@/components/illustrations/KitchenIllustration" import { Tabs, TabsList, TabsTrigger } from "@/components/ui/tabs" import { Badge } from "@/components/ui/badge" import { Card, CardContent, CardFooter } from "@/components/ui/card"