Skip to content

Commit a188f6a

Browse files
Michael Borckclaude
andcommitted
feat: add graduation cap favicon
Replace default Vite favicon with a purple GraduationCap SVG matching the app's branding. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 37edbfc commit a188f6a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

frontend/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dist
8888

8989
# Gatsby files
9090
.cache/
91-
public
91+
# public — removed: Vite uses public/ for static assets (favicon, etc.)
9292

9393
# Vuepress build output
9494
.vuepress/dist

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Curriculum Curator</title>
88
</head>

frontend/public/favicon.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)