Skip to content

Commit

Permalink
google play
Browse files Browse the repository at this point in the history
  • Loading branch information
rosticom committed Oct 11, 2024
1 parent 732dd51 commit e53946d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
Binary file added docs/assets/google_play_badge-BUNQxhip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions docs/assets/index-m7s08lMF.js → docs/assets/index-UCqAypof.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Staking $COO</title>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<script type="module" crossorigin src="./assets/index-m7s08lMF.js"></script>
<script type="module" crossorigin src="./assets/index-UCqAypof.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-P5MbBlxN.css">
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// import {BorderRadius} from "@tonconnect/ui-react";
// import {useTonConnectUI} from "@tonconnect/ui-react";
import './footer.scss';
import googlePlayBudge from "../../assets/google_play_badge.png";
// import {useEffect, useState} from "react";
// import {ColorsModal} from "./ColorsModal/ColorsModal";

Expand Down Expand Up @@ -73,7 +74,7 @@ export const Footer = () => {
<button className="google-play-button" onClick={ () => {
openLink('https://play.google.com/store/apps/details?id=com.rosticom.qantb&hl=ru')
} }>
<img src="src/assets/google_play_badge.png" alt="Google Play" />
<img src={googlePlayBudge} alt="Google Play" />
</button>
{/* google-play-badge.png */}

Expand Down

0 comments on commit e53946d

Please sign in to comment.