File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,22 +179,22 @@ export default function Navbar({ user }: { user: any }) {
179
179
</ div >
180
180
</ div >
181
181
< div className = "mt-3 space-y-1" >
182
- < Disclosure . Button
182
+ < button
183
183
onClick = { ( ) => signOut ( ) }
184
184
className = "block px-4 py-2 text-base font-medium text-gray-500 hover:bg-gray-100 hover:text-gray-800"
185
185
>
186
186
Sign out
187
- </ Disclosure . Button >
187
+ </ button >
188
188
</ div >
189
189
</ >
190
190
) : (
191
191
< div className = "mt-3 space-y-1" >
192
- < Disclosure . Button
192
+ < button
193
193
onClick = { ( ) => signIn ( 'github' ) }
194
194
className = "flex w-full px-4 py-2 text-base font-medium text-gray-500 hover:bg-gray-100 hover:text-gray-800"
195
195
>
196
196
Sign in
197
- </ Disclosure . Button >
197
+ </ button >
198
198
</ div >
199
199
) }
200
200
</ div >
You can’t perform that action at this time.
0 commit comments