We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7aeaae commit c6eaa5bCopy full SHA for c6eaa5b
src/components/Header/Header.jsx
@@ -50,7 +50,7 @@ function Header(){
50
<button
51
onClick={() => navigate(item.slug)}
52
className="inline-block px-6 py-2 duration-200
53
- hover:ng-blue-100 rounded-full"
+ hover:bg-blue-100 rounded-full"
54
>{item.name}</button>
55
</li>
56
) : null
src/components/post-form/PostForm.jsx
@@ -78,7 +78,7 @@ export default function PostForm({post}) {
78
}
79
}, [watch, slugTransform, setValue])
80
return (
81
- <form onSubmit={handleSubmit(submit)} className="flex flex-wrap">
+ <form onSubmit={handleSubmit(submit)} className="flex flex-wrap p-4">
82
<div className="w-2/3 px-2">
83
<Input
84
label="Title :"
0 commit comments