Skip to content

Commit

Permalink
Update the social-preview link in the web/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Nov 11, 2024
1 parent 82a38bb commit cbe1c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed repo_files/flappy-dash-social-preview.png
Binary file not shown.
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<!-- Other meta tags -->
<meta property="og:title" content="Flappy Dash">
<meta property="og:description" content="Flappy Dash brings the classic Flappy Bird gameplay with a twist! Control Flutter’s Dash mascot and compete with friends in real-time multiplayer for the highest score.">
<meta property="og:image" content="assets/social-preview.png">
<meta property="og:image" content="https://play.flappydash.com/assets/social-preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:type" content="website">
Expand All @@ -39,7 +39,7 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Flappy Dash">
<meta name="twitter:description" content="Flappy Dash brings the classic Flappy Bird gameplay with a twist! Control Flutter’s Dash mascot and compete with friends in real-time multiplayer for the highest score.">
<meta name="twitter:image" content="assets/social-preview.png">
<meta name="twitter:image" content="https://play.flappydash.com/assets/social-preview.png">

<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
Expand Down

0 comments on commit cbe1c8d

Please sign in to comment.