Skip to content

Commit

Permalink
ci: fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 3, 2023
1 parent 0f1dfb8 commit 127323a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/index/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ const Index = () => {
<a href="https://itunes.apple.com/us/app/scratchjr/id895485086?ls=1&mt=8">
<img
alt="Download on the App Store"
src="/images/Apple_appstore.svg"
src="/junior/images/Apple_appstore.svg"
/>
</a>
<a href="https://play.google.com/store/apps/details?id=org.scratchjr.android">
<img
alt="Get it on Google Play"
src="/images/GooglePlay.svg"
src="/junior/images/GooglePlay.svg"
/>
</a>
<a href="https://www.amazon.com/Scratch-Foundation-ScratchJr/dp/B01AKGTD2E">
<img
alt="Get it on Amazon Appstore"
src="/images/amazon-appstore-badge-english-black.png"
src="/junior/images/amazon-appstore-badge-english-black.png"
/>
</a>
</div>
Expand Down

0 comments on commit 127323a

Please sign in to comment.