dynamic island no longer needed

This commit is contained in:
Dhravya 2024-06-29 00:13:10 -05:00
parent dfcc1ea7f7
commit 610360dffd

View file

@ -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" />