feat: Add and integrate application favicon to the client.
All checks were successful
Build and Deploy / build (push) Successful in 1m30s
All checks were successful
Build and Deploy / build (push) Successful in 1m30s
This commit is contained in:
10
docs/development/devlog/2025-12-18-005739_create_favicon.md
Normal file
10
docs/development/devlog/2025-12-18-005739_create_favicon.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Plan: Create Favicon
|
||||
|
||||
## Objective
|
||||
Create and integrate a high-quality favicon for the MTG Draft Maker application, adhering to the "Dark Gaming UI" aesthetic.
|
||||
|
||||
## Steps
|
||||
1. **Generate Favicon**: Use image generation to create a sleek, modern icon representing a card draft or pack, using the app's color palette (Emerald/Purple on Dark).
|
||||
2. **Save Asset**: Save the generated image to `src/client/public/favicon.png`.
|
||||
3. **Update HTML**: Add the `<link rel="icon" ...>` tag to `src/client/index.html`.
|
||||
4. **Verify**: Ensure the favicon is correctly referenced.
|
||||
Reference in New Issue
Block a user