branding: replace Tuta logo with a bridge icon

Tuta asked (discussion #9960) to stop using their logo so the project is
not mistaken for an official one. Swap it everywhere for a neutral bridge
icon.

- App header and favicon now use the bridge logo
- Regenerated the full Tauri desktop icon set (sizes, .icns, .ico)
- Window title set to TutaBridge
- Removed tuta-logo.svg and the default Vite favicon
- Added logo.png master at the repo root
This commit is contained in:
Anthony
2026-06-16 16:23:28 +02:00
committed by Anthony M
parent 18444774cc
commit b9077020d4
24 changed files with 3 additions and 10 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ui</title>
<title>TutaBridge</title>
</head>
<body>
<div id="root"></div>