Skip to content

Commit

Permalink
Update main preview image on readme and landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Jul 19, 2024
1 parent 6796ed4 commit 08c95a9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Remote team collaboration with agile story pointing, sprint retrospective, story mapping and async team check-in.

![image](https://user-images.githubusercontent.com/846933/95778842-eb76ef00-0c96-11eb-99d8-af5d098c12ee.png)
![image](docs/img/main_preview.png)

## Streamline your team's agile stand-up with Team Checkins

Expand Down
Binary file added docs/img/main_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/public/img/poker_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/public/img/web_poker_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ui/src/pages/Landing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<div>
<img
class="w-full rounded-b"
src="https://user-images.githubusercontent.com/846933/144792533-351cbc72-877e-4832-a4ce-d3b184e0c97e.png"
src="{PathPrefix}/img/web_poker_preview.png"
alt="{$LL.appPreviewAlt()}"
/>
</div>
Expand Down Expand Up @@ -137,7 +137,7 @@
</div>
<div class="mt-4 md:mt-0 md:w-1/2">
<img
src="https://user-images.githubusercontent.com/846933/144793090-a0f33f90-b679-464c-89b2-9bfb27a18e10.png"
src="{PathPrefix}/img/poker_options.png"
alt="customizable game options preview"
class="w-3/4 m-auto shadow-xl"
/>
Expand Down

0 comments on commit 08c95a9

Please sign in to comment.