Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
salimzeeshan committed Jun 20, 2024
1 parent fc772c4 commit 03af2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ A web-based implementation of the popular 2048 game, built with [Next.js](https:
Check out the live demo: [2048 Game](https://2048-pearl.vercel.app/)

<picture>
<source media="(min-width: 650px)" srcset="screenshot-large.png">
<source media="(min-width: 465px)" srcset="screenshot-medium.png">
<source media="(min-width: 650px)" srcset="https://imgur.com/a/HmsiTLC">
<source media="(min-width: 465px)" srcset="https://imgur.com/a/HmsiTLC">
<img src="https://imgur.com/a/HmsiTLC" alt="2048 Game Screenshot">
</picture>

Expand Down

0 comments on commit 03af2f1

Please sign in to comment.