Skip to content

Commit d274754

Browse files
bingggclaude
andcommitted
🖼️ Update social media card to v2
- Replace social-card.png with social-card-v2.png - Update OpenGraph and Twitter meta tags to reference new image - Maintain same dimensions and format for social media compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 711b5c8 commit d274754

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Open Graph Meta Tags for Social Media -->
1414
<meta property="og:title" content="Claude Code Web GUI - Smart Code Session Browser">
1515
<meta property="og:description" content="🚀 Browse, view and share your Claude Code sessions - runs entirely in browser, no server required!">
16-
<meta property="og:image" content="https://binggg.github.io/Claude-Code-Web-GUI/assets/icons/social-card.png">
16+
<meta property="og:image" content="https://binggg.github.io/Claude-Code-Web-GUI/assets/icons/social-card-v2.png">
1717
<meta property="og:image:width" content="1200">
1818
<meta property="og:image:height" content="630">
1919
<meta property="og:image:type" content="image/png">
@@ -27,7 +27,7 @@
2727
<meta name="twitter:card" content="summary_large_image">
2828
<meta name="twitter:title" content="Claude Code Web GUI - Smart Code Session Browser">
2929
<meta name="twitter:description" content="🚀 Browse, view and share your Claude Code sessions - runs entirely in browser, no server required!">
30-
<meta name="twitter:image" content="https://binggg.github.io/Claude-Code-Web-GUI/assets/icons/social-card.png">
30+
<meta name="twitter:image" content="https://binggg.github.io/Claude-Code-Web-GUI/assets/icons/social-card-v2.png">
3131
<meta name="twitter:image:alt" content="Claude Code Web GUI - Smart Code Session Browser">
3232
<meta name="twitter:domain" content="binggg.github.io">
3333
<meta name="twitter:url" content="https://binggg.github.io/Claude-Code-Web-GUI/">

0 commit comments

Comments
 (0)