1- import Logo from ' ./assets/tulis-logo.png' ;
1+ import Logo from " ./assets/tulis-logo.png" ;
22
33function App ( ) {
4-
54 return (
65 < div className = "container mx-auto mt-5" >
76 { /* <!-- Navbar Start --> */ }
87 < div className = "flex gap-3 items-center" >
9- < img width = { 100 } src = { Logo } />
8+ < img width = { 100 } src = { Logo } alt = "Tulis Logo" className = "theme-logo" />
109 < div className = "flex gap-3 ml-auto" >
1110 < a
1211 href = "/"
@@ -51,9 +50,7 @@ function App() {
5150 className = "w-full h-64 object-cover rounded-md"
5251 />
5352 < h2 className = "mt-3 font-semibold" > KUPU-KUPU</ h2 >
54- < p className = "text-gray-600" >
55- Colored Pencil
56- </ p >
53+ < p className = "text-gray-600" > Colored Pencil</ p >
5754 < p className = "font-bold mt-2" > Rp 129.000 / 24pcs</ p >
5855 </ div >
5956
@@ -129,9 +126,7 @@ function App() {
129126 { /* <!-- Login Page Start --> */ }
130127 < div className = "grid grid-cols-6 gap-5 max-w-screen-xl mx-auto" >
131128 < div className = "col-span-3 flex justify-center items-center" >
132- < h1 className = "text-5xl font-bold" >
133- Login
134- </ h1 >
129+ < h1 className = "text-5xl font-bold" > Login</ h1 >
135130 </ div >
136131 < div className = "col-span-3 px-20 min-h-[calc(100vh-200px)] flex flex-col justify-center" >
137132 < form className = "w-full" >
@@ -151,15 +146,15 @@ function App() {
151146 </ div >
152147 < button
153148 className = " bg-sky-700 rounded-lg py-3 px-2 w-full text-white font-bold mt-5"
154- type = "submit" >
149+ type = "submit"
150+ >
155151 Login
156152 </ button >
157153 </ form >
158154
159155 < div className = "justify-center mt-3 text-center" >
160156 Don't have an account?
161- < a href = "/register"
162- className = "underline hover:text-sky-700" >
157+ < a href = "/register" className = "underline hover:text-sky-700" >
163158 Register here
164159 </ a >
165160 </ div >
@@ -206,12 +201,10 @@ function App() {
206201 </ form >
207202 < div className = "justify-center mt-3 text-center" >
208203 Already have an account?
209- < a href = "/login"
210- className = "underline hover:text-sky-700" >
204+ < a href = "/login" className = "underline hover:text-sky-700" >
211205 Login here
212206 </ a >
213207 </ div >
214-
215208 </ div >
216209 </ div >
217210 { /* <!-- Register Page End --> */ }
0 commit comments