mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 22:23:01 +00:00
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:
@@ -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? 👀",
|
||||
|
||||
Reference in New Issue
Block a user