diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4658f0f..8b51d95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 0.1.21
+
+- Use the official HQBase logo for the signed-out screen, favicon, and installed PWA icons.
+- Refine sidebar and dropdown controls with slimmer icons and clearer account-section separation.
+- Keep the mobile drawer within iPhone safe areas and prevent form fields from zooming on focus.
+
## 0.1.20
- Hide the available-update banner and duplicate install action after Cloudflare accepts the update
diff --git a/app/components/layout/account-menu.tsx b/app/components/layout/account-menu.tsx
index 09f6589..30a6e59 100644
--- a/app/components/layout/account-menu.tsx
+++ b/app/components/layout/account-menu.tsx
@@ -1,4 +1,4 @@
-import { ChevronsUpDown, LogOut } from "lucide-react";
+import { ChevronDown, LogOut } from "lucide-react";
import type * as React from "react";
import { Avatar, AvatarFallback } from "@/components/ui/avatar";
@@ -53,7 +53,11 @@ export function AccountMenu({
{user.name}{user.role}
-
+
@@ -64,8 +68,8 @@ export function AccountMenu({
- void handleSignOut()}>
-
+ void handleSignOut()}>
+
Sign out
diff --git a/app/components/layout/app-shell.tsx b/app/components/layout/app-shell.tsx
index 6ab3cb2..25ff3e7 100644
--- a/app/components/layout/app-shell.tsx
+++ b/app/components/layout/app-shell.tsx
@@ -28,7 +28,7 @@ type AppShellProps = {
export function AppShell(props: AppShellProps): React.ReactElement {
return (
-