diff --git a/apps/web/app/(auth)/signin/page.tsx b/apps/web/app/(auth)/signin/page.tsx index 2f913a75..b84d3c7d 100644 --- a/apps/web/app/(auth)/signin/page.tsx +++ b/apps/web/app/(auth)/signin/page.tsx @@ -21,7 +21,7 @@ async function Signin() {

- Hello, human{" "} + Hello, human

Write, ideate, and learn with all the wisdom of your bookmarks. @@ -40,10 +40,14 @@ async function Signin() { > diff --git a/apps/web/app/(dash)/dynamicisland.tsx b/apps/web/app/(dash)/dynamicisland.tsx index 6c911f3e..4da3298e 100644 --- a/apps/web/app/(dash)/dynamicisland.tsx +++ b/apps/web/app/(dash)/dynamicisland.tsx @@ -4,7 +4,7 @@ import { AddIcon } from "@repo/ui/icons"; import Image from "next/image"; import { AnimatePresence, useMotionValueEvent, useScroll } from "framer-motion"; -import { useState } from "react"; +import { useState } from "react"; import { motion } from "framer-motion"; import { Label } from "@repo/ui/shadcn/label"; import { Input } from "@repo/ui/shadcn/input"; @@ -81,6 +81,7 @@ function DynamicIslandContent() { const fakeitems = ["spaces", "page", "note"]; function ToolBar({cancelfn}: {cancelfn: ()=> void}) { + const [index, setIndex] = useState(0); return (

@@ -147,7 +148,7 @@ function SpaceForm({cancelfn}: {cancelfn: ()=> void}) {
- +
@@ -164,11 +165,11 @@ function PageForm({cancelfn}: {cancelfn: ()=> void}) {
- +
- +
cancel
@@ -182,11 +183,11 @@ function NoteForm({cancelfn}: {cancelfn: ()=> void}) {
- +
-