Skip to content

Commit

Permalink
Update entries/open-graph/SocialPreview.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Marshall <[email protected]>
  • Loading branch information
samhermes and mogmarsh authored Mar 5, 2025
1 parent 638b778 commit 06cd58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/open-graph/SocialPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useMedia } from '@alleyinteractive/block-editor-tools';
interface SocialPreviewProps {
title: string;
description: string;
imageId: number;
imageId?: number;
siteUrl: string;
}

Expand Down

0 comments on commit 06cd58c

Please sign in to comment.