Remove unused navigation logic from Welcome component to streamline code. This change simplifies the component by eliminating the useNavigate hook, aligning with recent updates to the authentication flow.

This commit is contained in:
Steven Enamakel
2026-01-28 02:54:33 +05:30
parent db1b37404e
commit 0fb7c7ea9d
-2
View File
@@ -1,10 +1,8 @@
import { useNavigate } from 'react-router-dom';
import TypewriterGreeting from '../components/TypewriterGreeting';
import { openUrl } from '@tauri-apps/plugin-opener';
import { BACKEND_URL } from '../utils/config';
const Welcome = () => {
const navigate = useNavigate();
const greetings = [
"Hello Satoshi! 👋",
"Got Crypto, Anon? 👀",