Skip to content

Commit

Permalink
docs: Homepage social card with transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jul 1, 2024
1 parent 235f04e commit 157a636
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function HomepageEnder() {
}

export default function Home() {
const image = useBaseUrl('img/social/data_client_logo_card.jpg');
const image = useBaseUrl('img/social/data_client_logo_card.png');
return (
<Layout description="Async State Management without the Management.">
<PageMetadata image={image} />
Expand Down

0 comments on commit 157a636

Please sign in to comment.