Skip to content

Commit

Permalink
Merge pull request #275 from SaekKkanDa/fix/seoltang
Browse files Browse the repository at this point in the history
서비스 제목 "오빠톤많아" -> "리트머스 페이스"로 변경
  • Loading branch information
seoltang authored Sep 3, 2024
2 parents 7a2da8b + 0f69bfe commit 7baa3b5
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 16,043 deletions.
16,022 changes: 0 additions & 16,022 deletions package-lock.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@next/third-parties": "^14.2.4",
"@sentry/nextjs": "^7.52.1",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.6",
"@splinetool/runtime": "^1.9.21",
"@types/kakao-js-sdk": "^1.39.1",
"base64-arraybuffer": "^1.0.2",
"css-line-break": "^2.1.0",
"eslint-config-prettier": "^8.6.0",
"firebase": "^9.17.1",
"js-md5": "^0.8.3",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"js-md5": "^0.8.3",
"next": "^14.2.4",
"next-i18next": "^15.3.1",
"react": "^18.2.0",
Expand Down
3 changes: 0 additions & 3 deletions public/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"confirm": "Confirm",
"landingTitle": "Litmus Face",
"landingTitle_1": "Oppa",
"titleHighlight": " Colors",
"landingTitle_2": " ",
"landingSubTitle": "Personal Color\nSelf Test",
"userCount_1": "We have",
"userCount_2": " ",
Expand Down
3 changes: 0 additions & 3 deletions public/locales/ko-KR/common.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"confirm": "확인",
"landingTitle": "리트머스 페이스",
"landingTitle_1": "오빠! ",
"titleHighlight": "",
"landingTitle_2": " 많아?",
"landingSubTitle": "퍼스널 컬러 자가진단",
"userCount_1": "지금까지",
"userCount_2": "명이",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const App = ({ Component, pageProps }: AppProps) => {
<>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>오빠 톤 많아? 퍼스널 컬러 자가진단 테스트</title>
<title>리트머스 페이스 - 퍼스널 컬러 자가진단 테스트</title>
</Head>

{/* Google Adsense */}
Expand Down
6 changes: 3 additions & 3 deletions src/pages/_document.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ export default class MyDocument extends Document {
<Head>
<meta
name="application-name"
content="오빠 톤 많아? 퍼스널 컬러 자가진단"
content="리트머스 페이스 - 퍼스널 컬러 자가진단"
></meta>
<meta
name="msapplication-tooltip"
content="오빠 톤 많아? 퍼스널 컬러 자가진단"
content="리트머스 페이스 - 퍼스널 컬러 자가진단"
></meta>
<meta
name="description"
Expand All @@ -62,7 +62,7 @@ export default class MyDocument extends Document {
{/* og tag */}
<meta
property="og:title"
content="오빠 톤 많아? 퍼스널 컬러 자가진단"
content="리트머스 페이스 - 퍼스널 컬러 자가진단"
/>
<meta property="og:image" content="/preview/og-image.png" />
<meta property="og:url" content="https://omct.web.app" />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/my-test-share/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ const MyTestShare = () => {
<S.TestUrlWrapper>
<S.TestUrlHeader>
<h1>{t('myTestUrl')}</h1>
<button onClick={handleCopyUrl}>
<S.CopyUrlButton onClick={handleCopyUrl}>
<FontAwesomeIcon icon={faCopy} />
</button>
</S.CopyUrlButton>
</S.TestUrlHeader>
<S.TestUrl>{testUrl}</S.TestUrl>
</S.TestUrlWrapper>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/my-test-share/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const TestUrlWrapper = styled.div`
export const TestUrlHeader = styled.div`
${flexCustom('row', 'center', 'space-between')}
font-size: ${({ theme }) => theme.font.size.lg};
color: ${({ theme }) => theme.gray[900]};
`;

export const TestUrl = styled.div`
Expand All @@ -47,6 +48,8 @@ export const TestUrl = styled.div`
word-break: break-all;
`;

export const CopyUrlButton = styled.button``;
export const CopyUrlButton = styled.button`
color: ${({ theme }) => theme.gray[900]};
`;

export const PrimaryButton = Button;
2 changes: 1 addition & 1 deletion src/utils/kakaoShare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function shareKakaoDefault() {
Kakao.Share.sendDefault({
objectType: 'feed',
content: {
title: '오빠 톤 많아?',
title: '리트머스 페이스',
description: '퍼스널 컬러 자가진단',
imageUrl:
'https://firebasestorage.googleapis.com/v0/b/oppamanycolortone-5fb42.appspot.com/o/preview%2Fkakao-share-preview.png?alt=media&token=d209f2d5-e3f8-4a1d-97d6-8d87b220b8a4',
Expand Down
2 changes: 1 addition & 1 deletion src/utils/share.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const canWebShare =

export async function webShare() {
const shareData = {
title: '오빠 톤 많아? 퍼스널 컬러 자가진단',
title: '리트머스 페이스 - 퍼스널 컬러 자가진단',
text: '나에게 어울리는 컬러는 무엇일까?',
url:
typeof window !== 'undefined'
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1145,10 +1145,10 @@
react-merge-refs "2.1.1"
thumbhash "0.1.1"

"@splinetool/runtime@^1.9.6":
version "1.9.6"
resolved "https://registry.yarnpkg.com/@splinetool/runtime/-/runtime-1.9.6.tgz#a99ad88af0e82c80a7345c706d47a6fe1d96d0a3"
integrity sha512-GH/AnNZqMGWtQVBlIkZPnjhKpjQqRkSIYVs96/3BLuzzWqJ3eAJAPkdHDkbaxCjm55tbH7/BmiWrjaq8fSzaJQ==
"@splinetool/runtime@^1.9.21":
version "1.9.21"
resolved "https://registry.yarnpkg.com/@splinetool/runtime/-/runtime-1.9.21.tgz#f1779bb8296512e4f5602f380bc241607df88e72"
integrity sha512-kjpexZUlJ4bCEvYd4ddvuKEnNA3iozVk6cZJ8xUOnvgG4nZ1XcuJ3LbT24bwbfCDL7/e+aLDkN+r3YrzOv/lIQ==
dependencies:
on-change "^4.0.0"
semver-compare "^1.0.0"
Expand Down

0 comments on commit 7baa3b5

Please sign in to comment.