From 6a5088a152fac9a7a46312b51a03367da437f365 Mon Sep 17 00:00:00 2001 From: jhynsoo Date: Tue, 14 Nov 2023 11:58:43 +0900 Subject: [PATCH] chore: Update title and favicon --- index.html | 23 +++++++++++++---------- public/icon.svg | 1 + src/assets/logo.svg | 2 +- src/styles/Themes.styles.js | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) create mode 100644 public/icon.svg diff --git a/index.html b/index.html index 0c589ec..d2f791d 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - - - - - Vite + React - - -
- - + + + + + + 히폰 - 편리한 휴대폰 중고거래 + + + +
+ + + diff --git a/public/icon.svg b/public/icon.svg new file mode 100644 index 0000000..863955d --- /dev/null +++ b/public/icon.svg @@ -0,0 +1 @@ + diff --git a/src/assets/logo.svg b/src/assets/logo.svg index ece354c..1cd2d43 100644 --- a/src/assets/logo.svg +++ b/src/assets/logo.svg @@ -1 +1 @@ - + diff --git a/src/styles/Themes.styles.js b/src/styles/Themes.styles.js index 32d9e67..a50c3ad 100644 --- a/src/styles/Themes.styles.js +++ b/src/styles/Themes.styles.js @@ -14,7 +14,7 @@ const colors = { error: '#e0245e', background: '#fff', grayBackground: '#f2f4f6', - primary: '#2060ee', + primary: '#0660ee', }; const boxShadow = css`