website refactor

This commit is contained in:
2026-01-19 12:35:16 +01:00
parent a8731e6937
commit 15290400b3
122 changed files with 902 additions and 255 deletions

View File

@@ -190,7 +190,8 @@ export function UserPill() {
return (
<Box position="relative" display="inline-flex" alignItems="center" data-user-pill>
<button
<Box
as="button"
type="button"
onClick={() => setIsMenuOpen((open) => !open)}
style={{
@@ -237,7 +238,7 @@ export function UserPill() {
{/* Chevron */}
<Icon icon={ChevronDown} size={3.5} intent="low" />
</button>
</Box>
<UserDropdown isOpen={isMenuOpen}>
<UserDropdownHeader variant={isDemo ? 'demo' : 'default'}>