Skip to content

Commit

Permalink
added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
krishokr committed Aug 30, 2024
1 parent 22708db commit 873ed1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added ui/src/app/icon.ico
Binary file not shown.
6 changes: 3 additions & 3 deletions ui/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import { Toaster } from "@/components/ui/toaster";
import BuildPanel from "@/components/features/build-panel/components/build-panel";
import Navbar from "@/components/features/navbar/components/navbar";
import Header from "@/components/features/header/components/header";
import { useState } from "react";
import { SquareIcon } from "lucide-react";
import { Button } from "@/components/ui/button";

const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "PersonaFlow",
description: "Where AI meets individuality for unmatched personalization",
icons: {
icon: '/icon.ico'
}
};

export default function RootLayout({
Expand Down

0 comments on commit 873ed1e

Please sign in to comment.