Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update components/editor/header/index.tsx
Browse files
components/editor/header/index.tsx
CHANGED
@@ -5,7 +5,6 @@ import Logo from "@/assets/logo.svg";
|
|
5 |
|
6 |
import { Button } from "@/components/ui/button";
|
7 |
import classNames from "classnames";
|
8 |
-
import Image from "next/image";
|
9 |
|
10 |
const TABS = [
|
11 |
{
|
@@ -33,16 +32,12 @@ export function Header({
|
|
33 |
<header className="border-b bg-slate-200 border-slate-300 dark:bg-neutral-950 dark:border-neutral-800 px-3 lg:px-6 py-2 flex items-center max-lg:gap-3 justify-between lg:grid lg:grid-cols-3 z-20">
|
34 |
<div className="flex items-center justify-start gap-3">
|
35 |
<h1 className="text-neutral-900 dark:text-white text-lg lg:text-xl font-bold flex items-center justify-start">
|
36 |
-
|
37 |
-
src={Logo}
|
38 |
-
alt="DeepSite Logo"
|
39 |
-
className="size-6 lg:size-8 mr-2 invert-100 dark:invert-0"
|
40 |
-
/>
|
41 |
<p className="max-md:hidden flex items-center justify-start">
|
42 |
-
|
43 |
<span className="font-mono bg-gradient-to-br from-sky-500 to-emerald-500 text-neutral-950 rounded-full text-xs ml-2 px-1.5 py-0.5">
|
44 |
{" "}
|
45 |
-
|
46 |
</span>
|
47 |
</p>
|
48 |
</h1>
|
|
|
5 |
|
6 |
import { Button } from "@/components/ui/button";
|
7 |
import classNames from "classnames";
|
|
|
8 |
|
9 |
const TABS = [
|
10 |
{
|
|
|
32 |
<header className="border-b bg-slate-200 border-slate-300 dark:bg-neutral-950 dark:border-neutral-800 px-3 lg:px-6 py-2 flex items-center max-lg:gap-3 justify-between lg:grid lg:grid-cols-3 z-20">
|
33 |
<div className="flex items-center justify-start gap-3">
|
34 |
<h1 className="text-neutral-900 dark:text-white text-lg lg:text-xl font-bold flex items-center justify-start">
|
35 |
+
|
|
|
|
|
|
|
|
|
36 |
<p className="max-md:hidden flex items-center justify-start">
|
37 |
+
KAICoder
|
38 |
<span className="font-mono bg-gradient-to-br from-sky-500 to-emerald-500 text-neutral-950 rounded-full text-xs ml-2 px-1.5 py-0.5">
|
39 |
{" "}
|
40 |
+
Made with love in Munich
|
41 |
</span>
|
42 |
</p>
|
43 |
</h1>
|