style: add spacer between primary nav and dropdown menus in header
This commit is contained in:
parent
f40fedae8d
commit
cefd237005
1 changed files with 3 additions and 0 deletions
|
|
@ -156,6 +156,9 @@ export function AppHeader(): React.ReactElement {
|
|||
</Button>
|
||||
</a>
|
||||
|
||||
{/* Separator */}
|
||||
<span className="text-foreground-tertiary mx-2">|</span>
|
||||
|
||||
{/* Dropdown Menus */}
|
||||
<NavDropdown label="Developers" items={developerItems} />
|
||||
<NavDropdown label="Resources" items={resourceItems} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue