diff --git a/HISTORY.md b/HISTORY.md
index 4201f1e..1cfcad9 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -183,7 +183,7 @@
### Release Image
-
+
---
@@ -301,7 +301,7 @@
### Release Image
-
+
---
@@ -433,7 +433,7 @@
### Release Image
-
+
---
## v0.35.1
@@ -448,7 +448,7 @@
### Release Image
-
+
---
## v0.35.0
@@ -467,7 +467,7 @@
### Release Image
-
+
---
## v0.34.3
@@ -516,7 +516,7 @@
### Release Image
-
+
---
## v0.34.2
@@ -806,7 +806,7 @@
### Release Image
-
+
## v0.28.0
@@ -821,7 +821,7 @@
- **Login device details** — Login history now stores parsed browser, OS, device type, and a short privacy-preserving device fingerprint hash derived from user-agent plus coarse IP prefix. The Profile login history dialog shows the richer device details to help users recognize their own sign-ins.
- **Profile last-login card** — The Profile summary now shows the most recent login date, IP address, device type, browser, and OS inline. Clicking the modern last-login card opens the full login history modal with device IDs and recent sign-in details.
- **Public privacy page** — Added public `/api/privacy` and `/privacy` pages with a modern, scan-friendly policy layout, plus an About page Privacy button. The Profile login-history modal now notes that login device details are shown only to the user and are not shared with admins in the app UI.
-- **Release notes image support** — Release notes now render Markdown image blocks in a centered responsive frame, and the in-app release notes dialog displays the `doingmypart.jpg` release image at the end of the v0.28.0 entry.
+- **Release notes image support** — Release notes now render Markdown image blocks in a centered responsive frame, and the in-app release notes dialog displays branded release art at the end of the v0.28.0 entry.
- **Backend-controlled update card reset** — The “What’s new” card now relies only on the backend `last_seen_version` check. `/api/auth/me` exposes the active `release_notes_version`, acknowledging an update stores that version, and any future package-version update will automatically show the card again for users who have not seen it.
- **Instant bill search and filters** — Bills and Tracker now include search inputs for quickly finding bills by name, category, notes, or amount. Bills adds category, billing-cycle, autopay, due-bucket, debt, and inactive filters; Tracker adds current-month category, billing-cycle, unpaid, overdue, autopay, due-bucket, and debt filters.
- **Command palette bill lookup** — Added a global Ctrl+K command palette for finding bills by name, category, notes, due details, or amount, with quick jumps into Bills or the current Tracker search.
@@ -858,7 +858,7 @@
### Release Image
-
+
## v0.27.04
diff --git a/client/components/admin/AuthMethodsCard.tsx b/client/components/admin/AuthMethodsCard.tsx
index c71682e..b5240c7 100644
--- a/client/components/admin/AuthMethodsCard.tsx
+++ b/client/components/admin/AuthMethodsCard.tsx
@@ -7,7 +7,7 @@ import { Input } from '@/components/ui/input';
import { Card, CardHeader, CardTitle, CardContent } from '@/components/ui/card';
import { FieldRow, Toggle } from './adminShared';
-const AUTHENTIK_ICON_URL = '/img/auth.png';
+const OIDC_ICON_URL = '/img/auth.svg';
interface OidcForm {
local_login_enabled: boolean;
@@ -248,7 +248,7 @@ export default function AuthMethodsCard() {