Skip to content

Commit

Permalink
fix broken images
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdevelop authored Nov 12, 2024
1 parent 77443fe commit 7be39b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
</nav>
<!-- The app name and screenshot --->
<img src="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/screenshots/main_window.png" style="max-width: 100%; height: auto">
<img src="https://raw.githubusercontent.com/vikdevelop/SaveDesktop/main/flatpak/screenshots/save_page.png" style="max-width: 100%; height: auto">
<h1 class="text-black">SaveDesktop</h1>
<p class="text-black">Save your desktop configuration</p>
<div class="container">
Expand All @@ -49,7 +49,7 @@ <h1 class="text-black">SaveDesktop</h1>
<div class="col-lg-4 ms-auto">
<p>Snap (Stable & Beta)</p>
<br>
<a href="https://snapcraft.io/savedesktop"><img alt="Get it from the Snap Store" src="https://snapcraft.io/static/images/badges/en/snap-store-black.svg"/></a>
<a href="https://snapcraft.io/savedesktop"><img alt="Get it from the Snap Store" src="https://snapcraft.io/en/light/install.svg" /></a>
</div>
<div class="col-lg-4 me-auto">
<br>
Expand Down

0 comments on commit 7be39b1

Please sign in to comment.