changed img url
parent
ef35fbd3a9
commit
b9235551ea
|
@ -407,7 +407,7 @@ export default function UserProfile({ userSession, setUserSession }) {
|
||||||
|
|
||||||
<div style={{ textAlign: "center" }}>
|
<div style={{ textAlign: "center" }}>
|
||||||
<img
|
<img
|
||||||
src={`${Constants.TELEGRAM_BOT_MANAGER_CONTENT_ADDRESS}qrcode.png`}
|
src={`${Constants.TELEGRAM_BOT_MANAGER_CONTENT_ADDRESS}img/qrcode.png`}
|
||||||
width={200}
|
width={200}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue