prettier
This commit is contained in:
parent
47f65da621
commit
f47f5c1344
9 changed files with 41 additions and 35 deletions
|
|
@ -29,7 +29,7 @@ export function Reference() {
|
|||
<div className="flex h-full w-full p-2 text-foreground overflow-hidden">
|
||||
<div className="h-full flex flex-col gap-2 w-1/3 max-w-72 ">
|
||||
<div class="w-full flex">
|
||||
<Textbox placeholder="Search" value={search} onChange={setSearch}/>
|
||||
<Textbox placeholder="Search" value={search} onChange={setSearch} />
|
||||
</div>
|
||||
<div className="flex flex-col h-full overflow-y-auto gap-1.5 bg-background bg-opacity-50 rounded-md">
|
||||
{visibleFunctions.map((entry, i) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue