Skip to content

Commit

Permalink
Github Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nduartech committed Dec 28, 2024
1 parent f3fcc83 commit bf0e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing/landingCommand.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function navigateToPage(id: string|undefined) {
}
}} onmouseenter={()=>{openCommandMenu()}}
onmousedown={()=>{openCommandMenu()}}
onclick={()=>{openCommandMenu()}} role="combobox" tabindex="0" aria-controls="command-root" aria-expanded="false"
onclick={()=>{openCommandMenu()}} role="combobox" tabindex="0" aria-controls="command-root" aria-autocomplete="list" aria-haspopup="menu" aria-level="3" aria-multiline="false" aria-multiselectable="false" aria-orientation="horizontal" aria-readonly="false" aria-required="false" aria-sort="ascending" aria-pressed={open?"true":"false"} aria-selected={open?"true":"false"} aria-expanded={open?"true":"false"}
aria-label="Search work, projects, and articles">
<Command.Input bind:value={searchContent} bind:ref={searchBox} bind:open={open} onClose={closeCommandMenu} class="w-full" placeholder=""/>
</div>
Expand Down

0 comments on commit bf0e062

Please sign in to comment.