Skip to content

Commit

Permalink
Icon Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurpai committed Aug 23, 2024
1 parent fb38957 commit 19b5fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function RootLayout({ children }) {
href="https://unpkg.com/[email protected]/dist/aos.css"
rel="stylesheet"
></link>
<link rel="icon" href="/images/mayur_pai.ico" type="image/x-icon" />

<link rel="icon"href={`${process.env.NEXT_PUBLIC_FAVICON}/images/mayur_pai.ico`} type="image/x-icon" />
</Head>
<body><div className="main_app_container">
<div className="app_conatiner">
Expand Down

0 comments on commit 19b5fad

Please sign in to comment.