fix
This commit is contained in:
@@ -205,14 +205,6 @@ export default function LoginPage() {
|
|||||||
|
|
||||||
{/* Social Login Icons */}
|
{/* Social Login Icons */}
|
||||||
<div className="flex justify-center items-center gap-8">
|
<div className="flex justify-center items-center gap-8">
|
||||||
{/* Apple */}
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
className="w-10 h-10 flex items-center justify-center hover:opacity-70 transition-opacity"
|
|
||||||
>
|
|
||||||
<img src="/assets/icons/apple.svg" alt="Apple" className="w-6 h-6" />
|
|
||||||
</button>
|
|
||||||
|
|
||||||
{/* Google */}
|
{/* Google */}
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user