diff --git a/frontend/index.html b/frontend/index.html index 83323fe..8e4f623 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,7 +2,7 @@
- + diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 0000000..3c5294e Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/public/readur-32.png b/frontend/public/readur-32.png new file mode 100644 index 0000000..b21f223 Binary files /dev/null and b/frontend/public/readur-32.png differ diff --git a/frontend/public/readur-64.png b/frontend/public/readur-64.png new file mode 100644 index 0000000..bd1300d Binary files /dev/null and b/frontend/public/readur-64.png differ diff --git a/frontend/public/readur.png b/frontend/public/readur.png new file mode 100644 index 0000000..7a67190 Binary files /dev/null and b/frontend/public/readur.png differ diff --git a/frontend/src/components/Layout/AppLayout.tsx b/frontend/src/components/Layout/AppLayout.tsx index 5a66987..8bfa9aa 100644 --- a/frontend/src/components/Layout/AppLayout.tsx +++ b/frontend/src/components/Layout/AppLayout.tsx @@ -160,7 +160,23 @@ const AppLayout: React.FC
{
+ // Fallback to "R" if image fails to load
+ e.currentTarget.style.display = 'none';
+ e.currentTarget.parentElement!.innerHTML = 'R';
+ }}
+ />
+