[questions][chore] minor changes

pull/346/head
wlren 3 years ago
parent 05960aed1e
commit 00f3fdff88

@ -100,7 +100,6 @@ export default function ContributeQuestionForm({
{...register('position')}
/>
</div>
{/* <Button label="Contribute" type="submit" variant="primary" /> */}
</div>
</Collapsible>
<div className="w-full">

@ -200,12 +200,7 @@ export default function QuestionsHomePage() {
<div className="flex flex-1 justify-center">
<div className="flex max-w-3xl flex-1 gap-x-4">
<div className="flex flex-1 flex-col items-stretch justify-start gap-4">
<ContributeQuestionCard
onSubmit={(data) => {
// eslint-disable-next-line no-console
console.log(data);
}}
/>
<ContributeQuestionCard />
<QuestionSearchBar
sortOptions={[
{

@ -47,4 +47,20 @@ export const LOCATIONS: FilterChoices = [
label: 'Singapore',
value: 'singapore',
},
{
label: 'Menlo Park',
value: 'menlopark',
},
{
label: 'California',
value: 'california',
},
{
label: 'Hong Kong',
value: 'hongkong',
},
{
label: 'Taiwan',
value: 'taiwan',
},
];

Loading…
Cancel
Save