diff --git a/backgammon b/backgammon new file mode 160000 index 0000000..d1786f8 --- /dev/null +++ b/backgammon @@ -0,0 +1 @@ +Subproject commit d1786f8b78b2f841d069c0684138a936ca75298b diff --git a/client/src/screens/MainMenu/MainMenu.jsx b/client/src/screens/MainMenu/MainMenu.jsx index 627df0f..3f02a5e 100644 --- a/client/src/screens/MainMenu/MainMenu.jsx +++ b/client/src/screens/MainMenu/MainMenu.jsx @@ -1,7 +1,7 @@ import ProfileCard from './components/ProfileCard' import ActionButtons from './components/ActionButtons' import RoomList from './components/RoomList' -import TonConnectButtonComponent from '../../components/TonConnectButton' +import TonConnectButton from './components/TonConnectButton' import '../../styles/MainMenu.css' // Главное меню приложения @@ -9,11 +9,11 @@ const MainMenu = () => { return (
Connected: {wallet.account.address}
+Chain: {wallet.account.chain}
+