Skip to content

Commit

Permalink
[#38] feat: add theme color
Browse files Browse the repository at this point in the history
  • Loading branch information
hee-suh committed Apr 1, 2023
1 parent e1513cd commit dea9660
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bowwowcare/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="멍멍케어 - 반려견 감정분석 서비스"/><link rel="manifest" href="/manifest.json"/><title>멍멍케어</title><script defer="defer" src="/static/js/main.fa5b86aa.js"></script><link href="/static/css/main.8c73c241.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="멍멍케어 - 반려견 감정분석 서비스"/><meta name="theme-color" content="#ffffff"/><link rel="manifest" href="/manifest.json"/><title>멍멍케어</title><script defer="defer" src="/static/js/main.fa5b86aa.js"></script><link href="/static/css/main.8c73c241.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion bowwowcare/build/service-worker.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bowwowcare/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="멍멍케어 - 반려견 감정분석 서비스" />
<meta name="theme-color" content="#ffffff" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down

0 comments on commit dea9660

Please sign in to comment.