aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(auth)
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-25 17:30:23 -0500
committerDhravya Shah <[email protected]>2024-07-25 17:30:23 -0500
commit18dd5e4fd0355631dead478ca207cad13f410d0f (patch)
treec7bdb441375e590d9266dec36d0389c2d97677fd /apps/web/app/(auth)
parentmerge oopsies (diff)
downloadsupermemory-18dd5e4fd0355631dead478ca207cad13f410d0f.tar.xz
supermemory-18dd5e4fd0355631dead478ca207cad13f410d0f.zip
onboarding page changes and ratelimiting
Diffstat (limited to 'apps/web/app/(auth)')
-rw-r--r--apps/web/app/(auth)/onboarding/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/(auth)/onboarding/page.tsx b/apps/web/app/(auth)/onboarding/page.tsx
index 9728d107..b40042d1 100644
--- a/apps/web/app/(auth)/onboarding/page.tsx
+++ b/apps/web/app/(auth)/onboarding/page.tsx
@@ -1,10 +1,10 @@
"use client";
import {
+ ArrowUturnDownIcon,
ChevronLeftIcon,
ChevronRightIcon,
QuestionMarkCircleIcon,
- ArrowTurnDownLeftIcon,
} from "@heroicons/react/24/solid";
import { CheckIcon, PlusCircleIcon } from "@heroicons/react/24/outline";
import { motion } from "framer-motion";
@@ -311,7 +311,7 @@ function StepThree({ currStep }: { currStep: number }) {
type="submit"
className="rounded-lg bg-[#369DFD1A] p-3 absolute bottom-4 right-2"
>
- <ArrowTurnDownLeftIcon className="w-4 h-4 text-[#369DFD]" />
+ <ArrowUturnDownIcon className="w-4 h-4 text-[#369DFD]" />
</button>
</form>
</li>