Skip to content

Commit 4b77982

Browse files
committed
Release 2.5.4: add BookBeat brand config
1 parent 9c5c2a3 commit 4b77982

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.5.4: 2026-04-16
2+
3+
* Add BookBeat brand config with lilac color
4+
15
### 2.5.3: 2026-04-11
26

37
* Fix 14-day budget window extending past intended range causing 0 budget

src/app/(app)/subscriptions/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const BRANDS: Record<string, { color: string; logo: string; svg?: string }> = {
5353
nextdns: { color: "#007BFF", logo: "N", svg: "nextdns" },
5454
oura: { color: "#2F4A73", logo: "O", svg: "oura" },
5555
"no-ip": { color: "#8fbe00", logo: "N", svg: "noip" },
56+
bookbeat: { color: "#CD96FF", logo: "B" },
5657
};
5758

5859
function getBrandConfig(name: string): { color: string; logo: string; svg?: string } {

0 commit comments

Comments
 (0)