mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-05-03 23:29:52 +08:00
[questions][feat] add homepage layout (#312)
* [questions][feat] add homepage layout * [questions][fix] fix rebase errors * [questions][fix] startAddOn for search bar * [questions][feat] add nav bar * [questions][chore]Remove margins * [questions][feat] add filter section * [questions][ui] change filter section alignment * [questions][ui]Search bar in one row * [questions][ui] Contribute questions dialog * [questions][ui] wording changes Co-authored-by: Jeff Sieu <jeffsy00@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@ export default function Collapsible({ children, defaultOpen, label }: Props) {
|
||||
/>
|
||||
<span className="flex-1">{label}</span>
|
||||
</Disclosure.Button>
|
||||
<Disclosure.Panel className="pt-1 pb-2 text-sm text-gray-500">
|
||||
<Disclosure.Panel className="w-full pt-1 pb-2 text-sm text-gray-500">
|
||||
{children}
|
||||
</Disclosure.Panel>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user