Sidebar footer with avatar, name link to account, and sign-out button
| Prop | Type | Default | Description |
|---|---|---|---|
profile | { full_name?, avatar_url? } | null | User profile object |
user | { email? } | null | Auth user object (email fallback) |
accountHref | string | "/account" | Link for the avatar/name |
signOutHref | string | "/account/sign_out" | Sign-out link href |