diff --git a/frontend/casino/src/app/components/Loading/Loading.tsx b/frontend/casino/src/app/components/Loading/Loading.tsx
index b089bbd..a8f5850 100644
--- a/frontend/casino/src/app/components/Loading/Loading.tsx
+++ b/frontend/casino/src/app/components/Loading/Loading.tsx
@@ -1,4 +1,4 @@
-import LoadingImg from '../../../assets/Capibebra.gif'
+import LoadingImg from '../../../assets/LoadingScreen.gif'
import { styled } from '../../../styles'
const LoadingStyle = styled('div', {
@@ -12,7 +12,7 @@ const LoadingStyle = styled('div', {
const Loading = () => {
return (
-
+
)
}
diff --git a/frontend/casino/src/app/components/web3/RPSPlayButton.tsx b/frontend/casino/src/app/components/web3/RPSPlayButton.tsx
index cefe9ee..1cb94f2 100644
--- a/frontend/casino/src/app/components/web3/RPSPlayButton.tsx
+++ b/frontend/casino/src/app/components/web3/RPSPlayButton.tsx
@@ -1,6 +1,13 @@
+import {usePlayRPS} from "../../web3/functions/RPS/usePlayRPS.ts";
+
export const RPSPlayButton = () => {
+
+ const { playRPS } = usePlayRPS()
+
return (
-