File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import Link from "next/link";
4
4
import { useTheme } from "next-themes" ;
5
5
import { useEffect , useState } from "react" ;
6
6
import { Button } from "./ui/button" ;
7
+ import { Input } from "@/components/ui/input" ;
7
8
import {
8
9
FaFacebook ,
9
10
FaGithub ,
@@ -101,11 +102,11 @@ export default function Footer() {
101
102
Subscribe For Updates:
102
103
</ h3 >
103
104
< div className = "relative w-full" >
104
- < input
105
+ < Input
105
106
id = "email"
106
107
type = "email"
107
108
placeholder = "Enter Your Email"
108
- className = "w-full rounded-md border border-gray-300 px-4 py-2 pr-24 text-black focus:outline-none focus:ring-2 focus:ring-[#562EE7] dark:bg-white dark:text-black "
109
+ className = "pr-24"
109
110
/>
110
111
< Button
111
112
className = "absolute right-0 top-0 h-full rounded-l-none rounded-r-md bg-[#562EE7] px-4 text-white hover:bg-[#4531b3]"
You can’t perform that action at this time.
0 commit comments