diff --git a/src/app/icon.png b/src/app/icon.png new file mode 100644 index 0000000..2b53a77 Binary files /dev/null and b/src/app/icon.png differ diff --git a/src/app/icon.tsx b/src/app/icon.tsx deleted file mode 100644 index 674eebb..0000000 --- a/src/app/icon.tsx +++ /dev/null @@ -1,51 +0,0 @@ -import { ImageResponse } from "next/og"; - -// Route segment config -export const runtime = "edge"; - -// Image metadata -export const size = { - width: 32, - height: 32, -}; -export const contentType = "image/png"; - -// Image generation -export default function Icon() { - return new ImageResponse( - ( - - - - - - - - - ), - { - ...size, - } - ); -} diff --git a/src/components/dashboard/DashboardHeader.tsx b/src/components/dashboard/DashboardHeader.tsx index 62af310..a521260 100644 --- a/src/components/dashboard/DashboardHeader.tsx +++ b/src/components/dashboard/DashboardHeader.tsx @@ -47,7 +47,12 @@ export function DashboardHeader() {
{/* Logo */}
-

+ Glance +

Glance