mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-14 16:36:59 +00:00
dynamic island no longer needed
This commit is contained in:
parent
dfcc1ea7f7
commit
610360dffd
1 changed files with 0 additions and 5 deletions
|
|
@ -4,7 +4,6 @@ import Link from "next/link";
|
|||
import Logo from "../../public/logo.svg";
|
||||
import { AddIcon, ChatIcon } from "@repo/ui/icons";
|
||||
|
||||
import DynamicIsland from "./dynamicisland";
|
||||
import { db } from "@/server/db";
|
||||
import { getChatHistory } from "../actions/fetchers";
|
||||
|
||||
|
|
@ -26,10 +25,6 @@ async function Header() {
|
|||
/>
|
||||
</Link>
|
||||
|
||||
<div className="fixed z-30 left-1/2 -translate-x-1/2 top-5">
|
||||
<DynamicIsland />
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-2">
|
||||
<button className="flex duration-200 items-center text-[#7D8994] hover:bg-[#1F2429] text-[13px] gap-2 px-3 py-2 rounded-xl">
|
||||
<Image src={ChatIcon} alt="Chat icon" className="w-5" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue