Skip to content

Commit

Permalink
footer and reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPrimata committed Nov 1, 2024
1 parent 9f0b562 commit aff27eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/LandingPage/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const CHAIN = {

export default function LandingPage() {
const [network, setNetwork] = useState("porto");
const [mock, setMock] = useState("holesky");
const [token, setToken] = useState("MOVE");
const [mock, setMock] = useState("porto");
const [token, setToken] = useState("USDC");
const {data: hash, writeContractAsync} = useWriteContract();
const {submitTransaction} = useSubmitTransaction();
const account = useCurrentAccount();
Expand Down
2 changes: 1 addition & 1 deletion src/pages/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Footer() {
>
© {new Date().getFullYear()}{" "}
<Box component="span" sx={{whiteSpace: "nowrap"}}>
Movement Labs
Movement Network Foundation
</Box>
</Typography>
<Stack
Expand Down

0 comments on commit aff27eb

Please sign in to comment.