Skip to content

Commit

Permalink
fix: devnet as default
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPrimata committed Jun 3, 2024
1 parent 5fd9096 commit 3024299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/LandingPage/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ export default function LandingPage() {
const [currentNetwork, setCurrentNetwork] = useState(Network.Devnet);
const [language, setLanguage] = useState('aptos');


useEffect(() => {
navigate(`/?network=${currentNetwork}`);
},[]);

const handleLanguage = (event: any, newLanguage: any) => {
if (newLanguage !== null) {
Expand Down

0 comments on commit 3024299

Please sign in to comment.