Skip to content

Commit 157a636

Browse files
committed
docs: Homepage social card with transparent background
1 parent 235f04e commit 157a636

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

website/src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function HomepageEnder() {
9797
}
9898

9999
export default function Home() {
100-
const image = useBaseUrl('img/social/data_client_logo_card.jpg');
100+
const image = useBaseUrl('img/social/data_client_logo_card.png');
101101
return (
102102
<Layout description="Async State Management without the Management.">
103103
<PageMetadata image={image} />

0 commit comments

Comments
 (0)