diff --git a/frontend/src/Pages/Authentication.tsx b/frontend/src/Pages/Authentication.tsx index eb117cf..5d617b9 100644 --- a/frontend/src/Pages/Authentication.tsx +++ b/frontend/src/Pages/Authentication.tsx @@ -2,11 +2,11 @@ import React, { useState } from 'react'; import { Button } from '@/components/ui/button'; import { LoginForm, SignUpForm, OTPVerificationForm, ForgotPasswordForm, ResetPasswordForm } from './Authentication/forms.tsx'; import { Link, useLocation } from 'react-router-dom'; -import DebateCover from '../assets/DebateCover4.svg'; +import DebateCoverIllustration from '../components/DebateCoverIllustration'; import { ThemeToggle } from '@/components/ThemeToggle'; const LeftSection = () => ( -
@@ -73,30 +77,30 @@ const RightSection: React.FC= ({