Skip to content

Commit 0ee930f

Browse files
committed
Add app favicon assets
1 parent 98dd272 commit 0ee930f

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

frontend/src/app/apple-icon.png

9.23 KB
Loading

frontend/src/app/favicon.ico

4.15 KB
Binary file not shown.

frontend/src/app/icon.png

25.9 KB
Loading

frontend/src/app/layout.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,16 @@ const spaceGrotesk = Space_Grotesk({
1515
});
1616

1717
export const metadata: Metadata = {
18-
title: "AI Job Application Agent",
18+
title: "Job Application Copilot",
1919
description:
20-
"Next.js transition skeleton for a Vercel frontend and FastAPI VPS backend.",
20+
"Upload your resume, review a role, and generate tailored application documents in one workspace.",
21+
icons: {
22+
icon: [
23+
{ url: "/favicon.ico", sizes: "any" },
24+
{ url: "/icon.png", type: "image/png" },
25+
],
26+
apple: [{ url: "/apple-icon.png", sizes: "180x180", type: "image/png" }],
27+
},
2128
};
2229

2330
export default function RootLayout({

0 commit comments

Comments
 (0)