Skip to content

Commit

Permalink
Merge pull request #4 from nishchay17/white
Browse files Browse the repository at this point in the history
fix(meta): changed theme color
  • Loading branch information
nishchay17 authored Oct 27, 2022
2 parents 14c69be + 5644ec4 commit a7dc65a
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

1 comment on commit a7dc65a

@vercel
Copy link

@vercel vercel bot commented on a7dc65a Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

portfolio – ./

nishchay17.vercel.app
portfolio-nishchay17.vercel.app
portfolio-git-main-nishchay17.vercel.app

Please sign in to comment.