diff --git a/packages/app/components/misc/SignInUserButton.tsx b/packages/app/components/misc/SignInUserButton.tsx
index e8289c6b5..5e6facc56 100644
--- a/packages/app/components/misc/SignInUserButton.tsx
+++ b/packages/app/components/misc/SignInUserButton.tsx
@@ -3,7 +3,7 @@ import { Button } from '@/components/ui/button';
import { useLogin, useLogout, usePrivy } from '@privy-io/react-auth';
import { deleteSession, storeSession } from '@/lib/actions/auth';
import { apiUrl } from '@/lib/utils/utils';
-import { ExternalLink, Loader2, UserX } from 'lucide-react';
+import { LuExternalLink, LuLoader2, LuUserX } from 'react-icons/lu';
import React, { useEffect, useState } from 'react';
import {
Dialog,
@@ -109,7 +109,7 @@ export const SignInUserButton = ({
disabled={!ready || isLoading}
>
{!ready || isLoading ? (
-
+
) : authenticated ? (
'Sign Out'
) : (
@@ -120,7 +120,7 @@ export const SignInUserButton = ({
-
+
User Not Found
@@ -141,7 +141,7 @@ export const SignInUserButton = ({
rel="noopener noreferrer"
>
Create Account
-
+