Skip to content

Commit

Permalink
[#7] feat: update kakao share profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
hee-suh committed Mar 19, 2023
1 parent 80bd7c1 commit 106b4f0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions bowwowcare/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.6a5ed664.css",
"main.js": "/static/js/main.d9041fdb.js",
"main.js": "/static/js/main.c606f3e2.js",
"static/media/Tenada.ttf": "/static/media/Tenada.0cfe8963fde304575974.ttf",
"static/media/aggression.png": "/static/media/aggression.67a930471b4b7a38c1d3.png",
"static/media/angry.png": "/static/media/angry.67a930471b4b7a38c1d3.png",
Expand All @@ -13,10 +13,10 @@
"static/media/kakaotalk.png": "/static/media/kakaotalk.ec339df712f88bd4ba51.png",
"index.html": "/index.html",
"main.6a5ed664.css.map": "/static/css/main.6a5ed664.css.map",
"main.d9041fdb.js.map": "/static/js/main.d9041fdb.js.map"
"main.c606f3e2.js.map": "/static/js/main.c606f3e2.js.map"
},
"entrypoints": [
"static/css/main.6a5ed664.css",
"static/js/main.d9041fdb.js"
"static/js/main.c606f3e2.js"
]
}
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.d9041fdb.js"></script><link href="/static/css/main.6a5ed664.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="멍멍케어 - 반려견 감정분석 서비스"/><link rel="manifest" href="/manifest.json"/><title>멍멍케어</title><script defer="defer" src="/static/js/main.c606f3e2.js"></script><link href="/static/css/main.6a5ed664.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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bowwowcare/src/views/ResultsPage/ResultsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function ResultsPage() {
await window.Kakao.Share.sendCustom({
templateId: 89326,
templateArgs: {
PROFILE_NAME: `아이가 ${en2koDictEmotionVerb[emotion]} 있어요 💕`,
PROFILE_NAME: `아이가 ${en2koDictEmotionVerb[emotion]} 있어요 🐶`,
THUMBNAIL: thumbnail,
},
});
Expand Down

0 comments on commit 106b4f0

Please sign in to comment.