Skip to content

Commit 44eb192

Browse files
committed
chore: sync
1 parent f794422 commit 44eb192

14 files changed

Lines changed: 23 additions & 25 deletions

app/components/OgImage/BlogPost.d.vue.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/components/OgImage/Package.takumi.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,13 @@ const sparklineSrc = computed(() => {
239239

240240
<div class="p-15 flex flex-col gap-12">
241241
<div class="flex gap-4">
242-
<img src="/logo.svg" width="60" height="60" alt="npmx logo" />
242+
<img
243+
src="/logo-icon.svg"
244+
width="60"
245+
height="60"
246+
alt="npmx logo"
247+
class="w-[60px] h-[60px]"
248+
/>
243249
<h1 class="text-5xl tracking-tighter font-mono">{{ siteName }}</h1>
244250
</div>
245251

app/components/OgImage/Page.takumi.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ const { name: siteName } = useSiteConfig()
1616

1717
<div class="p-15 flex flex-col gap-12">
1818
<div class="flex gap-4">
19-
<img src="/logo.svg" width="60" height="60" alt="npmx logo" />
19+
<img
20+
src="/logo-icon.svg"
21+
width="60"
22+
height="60"
23+
alt="npmx logo"
24+
class="w-[60px] h-[60px]"
25+
/>
2026
<h1 class="text-5xl tracking-tighter font-mono">{{ siteName }}</h1>
2127
</div>
2228

app/components/OgImage/Splash.takumi.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ const { name, description } = useSiteConfig()
1111

1212
<div class="flex flex-col">
1313
<div class="flex items-center gap-4">
14-
<img src="/logo.svg" width="100" height="100" alt="npmx logo" />
14+
<img
15+
src="/logo-icon.svg"
16+
width="100"
17+
height="100"
18+
alt="npmx logo"
19+
class="w-[100px] h-[100px]"
20+
/>
1521
<h1 class="text-8xl pb-3 font-mono">{{ name }}</h1>
1622
</div>
1723
<div class="text-4xl text-fg-muted gap-3">

public/logo-icon.svg

Lines changed: 2 additions & 9 deletions
Loading
-1.77 KB
Loading
-2.35 KB
Loading
145 KB
Loading
36.1 KB
Loading
62.3 KB
Loading

0 commit comments

Comments
 (0)