Skip to content

Commit f7b1928

Browse files
No literal css in og images ;D
1 parent f3e9644 commit f7b1928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/OG/OGLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function OGLayout({}: OGLayoutProps) {
3737
{/* Header with Brand component */}
3838
<div style={twj("flex items-center justify-center")}>
3939
<div style={twj("flex justify-start items-center")}>
40-
<OKTechLogoIcon active style={scale(2.35, "icon")} />
40+
<OKTechLogoIcon active noStyle style={scale(2.35, "icon")} />
4141
<OKTechLogoText style={scale(2.35, "text")} />
4242
</div>
4343
</div>

src/utils/og/ogCache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type CacheKeyData = Record<string, unknown>;
2525
*/
2626
export class OGImageCache {
2727
private cacheDir: string;
28-
private static OG_VERSION = "v1.1";
28+
private static OG_VERSION = "v1.2";
2929
private static themeHash: string | null = null;
3030

3131
constructor() {

0 commit comments

Comments
 (0)