@ -94,7 +94,7 @@ export default function ContributeQuestionForm({
</div>
</div>
<divclassName="min-w-[150px] flex-1">
<divclassName="min-w-[150px] flex-1">
<TextInput
<TextInput
label="Position"
label="Position <TODO>"
startAddOn={UserIcon}
startAddOn={UserIcon}
startAddOnType="icon"
startAddOnType="icon"
{...register('position')}
{...register('position')}
@ -105,6 +105,22 @@ export default function ContributeQuestionForm({
<divclassName="w-full">
<divclassName="w-full">
<HorizontalDivider/>
<HorizontalDivider/>
</div>
</div>
<h1className="mb-3">
Arethesequestionsthesameasyours?TODO:Changetolist
</h1>
<div>
<SimilarQuestionCard
content="Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices"
@ -127,20 +143,6 @@ export default function ContributeQuestionForm({
variant="primary"></Button>
variant="primary"></Button>
</div>
</div>
</div>
</div>
<h1>Arethesequestionsthesameasyours?</h1>
<div>
<SimilarQuestionCard
content="Given an array of integers nums and an integer target, return indices of the two numbers such that they add up. Given an array of integers nums and an integer target, return indices"