Skip to content

Commit

Permalink
fix(meta): changed theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
nishchay17 committed Oct 27, 2022
1 parent 8977f52 commit 5644ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function MyApp({ Component, pageProps }: AppProps) {
<>
<Head>
<meta name="description" content="Nishchay17 Portfolio" />
<meta name="theme-color" content="#322f31" />
<meta name="theme-color" content="#141414" />
<link rel="icon" href="/svg/logo.svg" />
</Head>
<Script
Expand Down

0 comments on commit 5644ec4

Please sign in to comment.