Skip to content

Commit

Permalink
feat(metadata): update theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Apr 8, 2022
1 parent 635b04d commit 8ad7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const MyApp: React.FC<AppProps> = ({ Component, pageProps }) => {
content="noise, sound, ambience, relaxing, productive, noisli, noisekun"
/>
<meta name="author" content="Mateus Felipe Gonçalves" />
<meta name="theme-color" content="#30A7C5" />
<meta name="theme-color" content="#04A2DC" />

<script
async
Expand Down

0 comments on commit 8ad7cbf

Please sign in to comment.