chore:fmt

This commit is contained in:
2026-04-08 19:32:47 +02:00
parent 7a6edabd58
commit 9feb3eb312

View File

@@ -42,7 +42,7 @@ function SeoPreviewPage() {
<div className="border border-current/30 p-4">
<img
src="/api/og/default.svg"
alt="Default OG image"
alt="Default OG preview"
className="w-full h-auto"
/>
<a
@@ -69,7 +69,7 @@ function SeoPreviewPage() {
<p className="text-small opacity-60 mb-2">{post.slug}</p>
<img
src={imageUrl}
alt={`OG image for ${post.title}`}
alt={`OG preview for ${post.title}`}
className="w-full h-auto"
/>
<a
@@ -99,7 +99,7 @@ function SeoPreviewPage() {
<p className="text-small opacity-60 mb-2">{project.slug}</p>
<img
src={imageUrl}
alt={`OG image for ${project.title}`}
alt={`OG preview for ${project.title}`}
className="w-full h-auto"
/>
<a