diff --git a/front-end/public/index.html b/front-end/public/index.html index d2ff824825cbd776a6451608b5a8998b90d437e0..8ccf1ea3cc4589ce98044a3c8e098f5cc30fc041 100644 --- a/front-end/public/index.html +++ b/front-end/public/index.html @@ -2,14 +2,14 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <link rel="icon" href="%PUBLIC_URL%/logo.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="Web site created using create-react-app" /> - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.ico" /> <!-- manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ diff --git a/front-end/public/logo.ico b/front-end/public/logo.ico new file mode 100644 index 0000000000000000000000000000000000000000..f86aaa5a3260223c8bb5cfd35ce5b8ee814b6562 Binary files /dev/null and b/front-end/public/logo.ico differ