Skip to content

Commit

Permalink
style: fix social_banner link
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Nov 2, 2024
1 parent 1b892fb commit 386b7bf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/example-nextjs14/src/app/components/Share.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Share = () => {

<VKShareButton
url={shareUrl}
image={`${vercelUrl}/social_banner.jpg`}
image={`${vercelUrl}/social_banner.png`}
className="share-icon"
name="VK-share-button"
aria-label="VK-share-button"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-nextjs14/src/app/seoStuff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const metadata = {
description: meta.description,
images: [
{
url: `${vercelUrl}/social_banner.jpg`,
url: `${vercelUrl}/social_banner.png`,
width: 1280,
height: 640,
alt: 'state-in-url library image',
Expand Down
2 changes: 1 addition & 1 deletion packages/example-nextjs15/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const metadata = {
description: meta.description,
images: [
{
url: `${vercelUrl}/social_banner.jpg`,
url: `${vercelUrl}/social_banner.png`,
width: 1280,
height: 640,
alt: 'state-in-url library image',
Expand Down

0 comments on commit 386b7bf

Please sign in to comment.