diff options
author | Blaster4385 <blaster4385@tablaster.dev> | 2024-02-21 23:36:29 +0530 |
---|---|---|
committer | Blaster4385 <blaster4385@tablaster.dev> | 2024-04-30 11:10:37 +0530 |
commit | 68f473da019b4a5330fdfedf63d9c591eb693632 (patch) | |
tree | 65e861bfef162e82d5d71ee1b70c6530471b65d3 | |
parent | 2c980043fef1f0ff2f5cd50cb3e79ab1ba8044a4 (diff) |
feat: added favicon
-rw-r--r-- | client/index.html | 2 | ||||
-rw-r--r-- | client/public/assets/icons/favicon.ico | bin | 0 -> 15406 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index f3f58ca..f95b4d2 100644 --- a/client/index.html +++ b/client/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/" /> + <link rel="icon" type="image/svg+xml" href="assets/icons/favicon.ico" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> diff --git a/client/public/assets/icons/favicon.ico b/client/public/assets/icons/favicon.ico Binary files differnew file mode 100644 index 0000000..65596a3 --- /dev/null +++ b/client/public/assets/icons/favicon.ico |