Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sm-banner #8193

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pages/learn/vs-code-extension/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ export default function Integrations({ samples }) {
<meta
property="og:image"
itemProp="image"
content="https://ballerina.io/images/health-sm-banner.png"
content="https://ballerina.io/images/ballerina-vs-code-ext-sm-banner.png"
/>

{/* LINKED IN */}
<meta property="og:title" content="Code and visualize Ballerina" />
<meta
property="og:image"
content="https://ballerina.io/images/health-sm-banner.png"
content="https://ballerina.io/images/ballerina-vs-code-ext-sm-banner.png"
/>
<meta
property="og:description"
Expand All @@ -144,15 +144,15 @@ export default function Integrations({ samples }) {
/>
<meta
name="twitter:image"
content="https://ballerina.io/images/health-sm-banner.png"
content="https://ballerina.io/images/ballerina-vs-code-ext-sm-banner.png"
/>
<meta
property="twitter:text:description"
content="Write code with healthcare-friendly abstractions."
/>
<meta
property="twitter:image"
content="https://ballerina.io/images/health-sm-banner.png"
content="https://ballerina.io/images/ballerina-vs-code-ext-sm-banner.png"
/>
</Head>

Expand Down