Skip to content

Commit 9582a41

Browse files
committed
Release 2.5.5: use real BookBeat serif B logo
1 parent 4b77982 commit 9582a41

2 files changed

Lines changed: 12 additions & 1 deletion

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.5: 2026-04-16
2+
3+
* Use real BookBeat serif B logo from brand wordmark
4+
15
### 2.5.4: 2026-04-16
26

37
* Add BookBeat brand config with lilac color

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +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" },
56+
bookbeat: { color: "#CD96FF", logo: "B", svg: "bookbeat" },
5757
};
5858

5959
function getBrandConfig(name: string): { color: string; logo: string; svg?: string } {
@@ -121,6 +121,13 @@ function BrandIcon({ svg, logo }: { svg?: string; logo: string }) {
121121
</svg>
122122
);
123123
}
124+
if (svg === "bookbeat") {
125+
return (
126+
<svg viewBox="0 0 115 143" width="20" height="20" fill="#000">
127+
<path d="M10.4 127.7V14.1c0-7.4-4.4-9-9.4-9.6V.9h50.4c24.8 0 50.4 7 50.4 27.8 0 14.6-13 25.2-28.8 25.8 27.8 0 47.4 16.8 47.4 41.8 0 28.2-22.6 44.6-62.8 44.6H1v-3.6c4.8-.6 9.4-2.2 9.4-9.6m62.2-98.6C72.6 13.9 62 6.7 51.8 6.7H48v46.8c11.2 0 24.6-6.8 24.6-24.4M53 135.1c8.2 0 27-5.8 27-38.8 0-33.6-25.6-37-32-37v75.8z"/>
128+
</svg>
129+
);
130+
}
124131
if (svg === "noip") {
125132
return (
126133
<svg viewBox="0 0 512 512" width="20" height="20" fill="#fff">

0 commit comments

Comments
 (0)