Skip to content

Commit

Permalink
added all icons to metaData.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinav-ark committed Oct 10, 2024
1 parent ffd9fbb commit 74f8178
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@gsap/react": "^2.1.0",
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^5.15.9",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.15.11",
"@studio-freight/lenis": "^1.0.33",
"@tailwindcss/typography": "^0.5.10",
Expand Down
4 changes: 3 additions & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ const inter = Inter({ subsets: ['latin'] })
export const metadata = {
title: `Anokha 2024`,
description: `12th Annual Techfest of Amrita Viswa Vidyapeetham, Coimbatore.`,
favicon: `./favicon.ico`
favicon: `./favicon.ico`,
icon: `./favicon.ico`,
appleIcon: `./favicon.ico`
}

export default function RootLayout({ children }) {
Expand Down

0 comments on commit 74f8178

Please sign in to comment.