Skip to content

Commit ae4e6cf

Browse files
fix: merge dev
2 parents 61b8ebb + 6aa7277 commit ae4e6cf

File tree

14 files changed

+31
-11
lines changed

14 files changed

+31
-11
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
7+
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
8+
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
9+
<link rel="manifest" href="favicon/site.webmanifest">
610
<title>CodeX</title>
711
</head>
812

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"@fontsource/league-gothic": "^5.0.18",
1919
"@fontsource/poppins": "^5.0.8",
2020
"@vitejs/plugin-react": "^4.2.1",
21+
"framer-motion": "^11.5.4",
2122
"lodash": "^4.17.21",
2223
"prop-types": "^15.8.1",
2324
"react": "^18.2.0",
2425
"react-dom": "^18.2.0",
2526
"react-router-dom": "^6.22.1",
2627
"react-toastify": "^10.0.4",
27-
"vite": "^5.1.0",
28-
"framer-motion": "^11.0.20"
28+
"vite": "^5.1.0"
2929
},
3030
"devDependencies": {
3131
"@commitlint/cli": "^18.6.1",
10.4 KB
Loading
28.4 KB
Loading
9.37 KB
Loading

public/favicon/favicon-16x16.png

743 Bytes
Loading

public/favicon/favicon-32x32.png

1.51 KB
Loading

public/favicon/favicon.ico

15 KB
Binary file not shown.

public/favicon/site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import CursorVariantProvider from "@/context/CursorVariantProvider";
99
const navLinks = [
1010
{ name: "About Us", path: "/about-us" },
1111
{ name: "Our Team", path: "/teams" },
12-
{ name: "Events", path: "/events" },
1312
{ name: "Gallery", path: "/gallery" },
13+
{ name: "Events", path: "/events" },
1414
{ name: "Contact Us", path: "/contact" },
1515
];
1616

0 commit comments

Comments
 (0)