From 9ae9253e8f8b8171069bb652cc849f9a0d5499db Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 14 Aug 2025 15:15:09 +0100 Subject: feat: update favicon to FCT university logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace default Next.js favicon with FCT university favicon - Downloaded from https://www.fct.unl.pt/sites/default/files/favicon_3.ico - 64x64 PNG format with transparent background - Improves branding consistency with FCT Drive purpose 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/app/favicon.ico | Bin 25931 -> 10553 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/frontend/app/favicon.ico b/frontend/app/favicon.ico index 718d6fe..42b04e0 100644 Binary files a/frontend/app/favicon.ico and b/frontend/app/favicon.ico differ -- cgit