Add hint to ask a question
This commit is contained in:
parent
cddec7927a
commit
2760b62b7c
|
@ -37,8 +37,11 @@ export default function FeedCreate() {
|
||||||
username={user.username}
|
username={user.username}
|
||||||
avatarUrl={user.avatarUrl || ''}
|
avatarUrl={user.avatarUrl || ''}
|
||||||
/>
|
/>
|
||||||
<div className="min-w-0 flex-1 py-1.5">
|
<div className="min-w-0 flex-1">
|
||||||
{/* TODO: Show focus, for accessibility */}
|
{/* TODO: Show focus, for accessibility */}
|
||||||
|
<div>
|
||||||
|
<p className="my-0.5 text-sm">Ask a question... </p>
|
||||||
|
</div>
|
||||||
<Textarea
|
<Textarea
|
||||||
className="text-lg sm:text-xl text-indigo-700 w-full border-transparent focus:border-transparent bg-transparent p-0 appearance-none resize-none focus:ring-transparent"
|
className="text-lg sm:text-xl text-indigo-700 w-full border-transparent focus:border-transparent bg-transparent p-0 appearance-none resize-none focus:ring-transparent"
|
||||||
placeholder={`e.g. ${placeholder}`}
|
placeholder={`e.g. ${placeholder}`}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user