Skip to content

Commit 01cd301

Browse files
committed
feat: replace Sparkles icon with app icon in AboutSettings; add new screenshots for projects
1 parent df800bd commit 01cd301

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

build/appicon.png

6.99 MB
Loading

frontend/public/appicon.png

7.12 MB
Loading

frontend/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

frontend/src/components/settings/about-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function AboutSettings() {
66
<div className="flex-1 space-y-8">
77
<div className="flex flex-col items-center justify-center py-10 space-y-4">
88
<div className="w-20 h-20 bg-primary/10 rounded-2xl flex items-center justify-center">
9-
<Sparkles className="w-10 h-10 text-primary" />
9+
<img src="/appicon.png" alt="logo" />
1010
</div>
1111
<div className="text-center">
1212
<h3 className="text-2xl font-bold">Firebringer</h3>

screenshot/dark_projects.png

756 KB
Loading

screenshot/light_projects.png

789 KB
Loading

0 commit comments

Comments
 (0)