From bab4402180d789c7b0d4c1a5defaca6faff02af8 Mon Sep 17 00:00:00 2001 From: Daniel Samson <12231216+daniel-samson@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:21:25 +0000 Subject: [PATCH] #37 Add favicon meta links to Angular frontend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added favicon-96x96.png (PNG icon) - Added favicon.svg (SVG icon) - Added favicon.ico (shortcut icon) - Added apple-touch-icon.png for Apple devices - Added site.webmanifest for PWA support Favicon files were already present in public/favicon/ directory, now properly linked in index.html to match Nuxt frontend implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- front-end-ng/src/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/front-end-ng/src/index.html b/front-end-ng/src/index.html index 8bb2b42..54e86f3 100644 --- a/front-end-ng/src/index.html +++ b/front-end-ng/src/index.html @@ -5,7 +5,11 @@ CryptoBro - Cryptocurrency Tracker - + + + + +